Hi I wish to access my files at instead of
So I created a .htaccess file (and put it in the forum directory) with the following content:
RewriteEngine on
RewriteRule ^forums/([0-9]+)/([0-9]+) forum/forumdisplay.php?fid=$1&page=$2
RewriteRule ^forums/([0-9]+) forum/forumdisplay.php?fid=$1
RewriteRule ^threads/([0-9]+)/([0-9]+) forum/viewthread.php?tid=$1&page=$2
RewriteRule ^threads/([0-9]+) forum/viewthread.php?tid=$1
But it does not want to work. I'd be greatful if anyone could help me out. Thanks
So I created a .htaccess file (and put it in the forum directory) with the following content:
RewriteEngine on
RewriteRule ^forums/([0-9]+)/([0-9]+) forum/forumdisplay.php?fid=$1&page=$2
RewriteRule ^forums/([0-9]+) forum/forumdisplay.php?fid=$1
RewriteRule ^threads/([0-9]+)/([0-9]+) forum/viewthread.php?tid=$1&page=$2
RewriteRule ^threads/([0-9]+) forum/viewthread.php?tid=$1
But it does not want to work. I'd be greatful if anyone could help me out. Thanks