ashley55
06-25-2011, 04:27 PM
Ok, i first uploaded my forum to root and have had it like that for about 2 months.
But now im wanting to use the mod-rewrite friendly URL's but for this i need the files in /forum
Can i still do this now? i tried but got errors
i was adding this ti .htaccess
# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
ReWriteRule ^entries/.* entry.php [QSA]
thanks :)
see my current URLs are like:
http://pwnedgamers.com/forumdisplay.php/12-General-Discussion
and i need it like
http://pwnedgamers.com/forums/General-Discussion
But now im wanting to use the mod-rewrite friendly URL's but for this i need the files in /forum
Can i still do this now? i tried but got errors
i was adding this ti .htaccess
# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
ReWriteRule ^entries/.* entry.php [QSA]
thanks :)
see my current URLs are like:
http://pwnedgamers.com/forumdisplay.php/12-General-Discussion
and i need it like
http://pwnedgamers.com/forums/General-Discussion