GA PunkFreak
09-13-2007, 01:49 AM
Hello,
I apologize if this is a common question, but I can't seem to find a straight answer anywhere.
This line:
RewriteRule ^/([A-Za-z0-9-]+)/?$ index.php?content=$1
would also catch my /forums/ directory and send people to index.php?content=forums which doesn't exist. How do I avoid this problem?
Thanks in advance,
-Phil
I apologize if this is a common question, but I can't seem to find a straight answer anywhere.
This line:
RewriteRule ^/([A-Za-z0-9-]+)/?$ index.php?content=$1
would also catch my /forums/ directory and send people to index.php?content=forums which doesn't exist. How do I avoid this problem?
Thanks in advance,
-Phil
