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
Code:
# 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:
Code:
http://pwnedgamers.com/forumdisplay.php/12-General-Discussion
and i need it like
Code:
http://pwnedgamers.com/forums/General-Discussion