OK, here is where I am at... My URLS currently look like this: http://www.rvclicks.com/index.php?a=2&b=183 So I wrote the following htaccess Options +FollowSymLinks RewriteEngine on RewriteRule index/(.*)/(.*)/(.*)/(.*)/$ /index.php?$1=$2&$3=$4 Problem is this has zero effect... Any clues?
This has zero effect also: Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^index/([^.]+)/([^.]+).html$ index.php?a=$1&b=$2 [L] I am on ASO server so rewrite should be no problem.
It's working... http://www.rvclicks.com/index/2/183.html Image codes just need changed to work at that URL.
I do not see what you mean. I must be a dullard, whenever I click on anything i get the php crap in my title bar...
http://www.rvclicks.com/index2/2/183.html doesn't work http://www.rvclicks.com/index/2/183.html shows the page. Try another browser.
Right, if I click on YOUR links they work, if I just go to the home page, and navigate around, the urls are php
mod_rewrite doesn't change the script URLs. You have to edit the script to change the links. mod_rewrite only makes the fake URLs work.