I am having some trouble with my damned htaccess mod_rewrite for my forum.
I have looked over several tutorials and pages showing how to do this, but i still cant get it to work
my links are displayed like so.
Code: Select all
http://pbw/community/a_sub_forum-f7.html
this is the htaccess file.
Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^project-blackwidow\.com
RewriteRule ^(.*)$ http://www.project-blackwidow.com/$1 [R=permanent,L]
RewriteRule ^(.*)\.html $1\.php
RewriteRule ^([a-zA-Z0-9_]+)-f([0-9]+)\.html /viewForum\.php?fid=$2
can someone please explain to me why this is going pair shapped please lol. I am just receiving 404 object missing errors when i click the link.
much love x