Forum Moderators: phranque
Im completely new to the mod rewrite and I just can not get it to work on my site, Any help you can give me would be great!
I have this url [computing-forums.com...]
I want to rewrite it to something like
[computing-forums.com...] or
[computing-forums.com...]
is this possible?
Here is the code for my .htaccess
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule type(.*)-(.*).htm$ /index.php?module=cheats&cheat=$1
Am I anywhere near the right direction?
Welcome to WebmasterWorld!
Paragraph 4 in message #5 in this recent thread [webmasterworld.com] may help get you started in the right direction. Changes are required on both your pages and in .htaccess.
Jim