RSS 2.0
Browse posts:
Unanswered |
Mark all read
| Author | Message | ||||
|---|---|---|---|---|---|
|
Legolas Nucleus Guru ![]() Joined: 31 Jan 2004 Posts: 813 Location: Woerden, Nederland |
.htaccess
index.php
like it? EDIT: Wanna see it in action EDIT2: Don't forget to edit the $CONF['SELF'] line to the absolute url to your blog without ending slash! Last edited by Legolas on Sun Mar 13, 2005 7:24 pm; edited 1 time in total |
||||
|
|
|||||
|
roel Nucleus Guru ![]() Joined: 16 Apr 2002 Posts: 4575 Location: Rotterdam, The Netherlands |
Nice one, Legolas! We have to add this to the wiki or somethin' _________________ Is your question not solved yet?
|
||||
|
|
|||||
|
moraes Nucleus Guru ![]() Joined: 23 Dec 2001 Posts: 2399 Location: Curitiba, Brazil |
Very cool! I need this solution. Thanks a lot. moraes _________________ tipos.com.br | smalltalking.com |
||||
|
|
|||||
|
Legolas Nucleus Guru ![]() Joined: 31 Jan 2004 Posts: 813 Location: Woerden, Nederland |
AltFancyURLs goes wiki ^^ http://wakka.xiffy.nl/altfancyurl (same for langcheck |
||||
|
|
|||||
|
jettrue Nucleus Newbie Joined: 09 Mar 2005 Posts: 18 |
Hmm, I tried this with no result here: http://blog.beanstalk.jadetrue.com I uploaded the .htaccess and the index.php... I have mod_rewrite working on this server on another site... _________________ Jade Sagefish.com |
||||
|
|
|||||
|
jettrue Nucleus Newbie Joined: 09 Mar 2005 Posts: 18 |
I got it to work by changing:
to
_________________ Jade Sagefish.com |
||||
|
|
|||||
|
jettrue Nucleus Newbie Joined: 09 Mar 2005 Posts: 18 |
Me again.... I notice links to specific items are like this: http://blog.beanstalk.jadetrue.com/blog/1?itemid=1 instead of: http://blog.beanstalk.jadetrue.com/blog/item/1 _________________ Jade Sagefish.com |
||||
|
|
|||||
|
Boston_JM Nucleus Newbie Joined: 12 Mar 2005 Posts: 10 Location: http://www.onsitetechsnet.com/blog/ |
my fancy urls are not working my ht access file reads RewriteEngine On RewriteRule ^member/(.*) index.php?arr=member/$1 RewriteRule ^item/(.*) index.php?arr=item/$1 RewriteRule ^category/(.*) index.php?arr=category/$1 RewriteRule ^blog/(.*) index.php?arr=blog/$1 RewriteRule ^archive/(.*) index.php?arr=archive/$1 RewriteRule ^archives/(.*) index.php?arr=archives/$1 my index.php reads <? // This file will generate and return the main page of your site $CONF['Self'] = "http://www.onsitetechsnet.com/blog"; include('config.php'); selectBlog('ComputerNews'); selector(); ?> and i have moved the files to root and also enabled it in admin what else needs to be done Now i get the fancy urls working but the navigation dont work please view here http://www.onsitetechsnet.com/blog/category/3/blogid/1 also is there a way to change category in the link to the category it belongs to ? _________________ Computer News & Jokes Computer Tech Services |
||||
|
|
|||||
|
Degtyarev Nucleus Fan Joined: 07 Mar 2005 Posts: 43 Location: Breda - Nederland |
The Boston_JM thing was solved. _________________ Uw website online voor een tientje: www.happyhoster.nl |
||||
|
|
|||||
|
Legolas Nucleus Guru ![]() Joined: 31 Jan 2004 Posts: 813 Location: Woerden, Nederland |
Have you activated fancyurls in the nucleus admin? EDIT: It goes only for the title links, can you give me some template coding for the items? It probably is there Last edited by Legolas on Sun Mar 13, 2005 7:27 pm; edited 1 time in total |
||||
|
|
|||||
|
All times are GMT + 1 Hour
You cannot post new topics in this forum |
|||||