- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 49 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Funny thing with FAQ [ ]
Author
Message
LordShinyK
Corporal
Joined: Oct 29, 2003
Posts: 51
Posted:
Mon Nov 24, 2003 6:54 am
Hi all,
I've tapped nearly my whole website (www.hydronet.org ) but I have a funny thing with the rewriting of the FAQ. For my first category, it shows this:
Code:
http://www.hydronet.org/faq-1-Registration+.html&+Login
instead of this:
Code:
http://www.hydronet.org/faq-1-Registration+&+Login.html
But everything is fine for my second category.
In my .htaccess, i have:
Code:
#FAQ
RewriteRule ^faq.html faq.html
RewriteRule ^faq-([0-9]*)-([a-zA-Z0-9+]*).html faq.html&myfaq=yes&id_cat=$1&categories=$2
and in the header:
Code:
"'(?<!/)modules.php\?name=FAQ&myfaq=yes&id_cat=([0-9]*)&categories=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=FAQ'",
and
Code:
"faq-\\1-\\2.html",
"faq.html",
Can anyone tell me where I'm wrong ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum