Jump to content

mod_rewrite simple problem


hhhhhhh

Recommended Posts

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

 

Link to comment
https://forums.phpfreaks.com/topic/2728-mod_rewrite-simple-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.