hhhhhhh Posted October 25, 2005 Share Posted October 25, 2005 i have this direction "blog.php?id=1" and i wanted to change it to "blog1.html" - DONE! i have this direction "show.php?link=something-new-is-going-on&foto=1" and wanted to change it to "foto-something-new-is-going-on-1.html" - CAN't DO IT! i must say that "something-new-is-going-on" is a link which varies, it might be as well "something-good" or "old-kids" the code i've put in htaccess is Options +FollowSymLinks RewriteEngine on RewriteRule blog(.*)\.html$ /blog.php?inregistrare=$1 RewriteRule foto-(.*)-(.*)\.html$ /show.php?link=$1&foto=$2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.