Jump to content

rewriting


mrbuter

Recommended Posts

This is so simple but I am having a hard time with it. Almost there!

 

I want to have:

 

www.example.com/user/me

 

display what is currently shown in the ugly url:

 

www.example.com/index.php?page=users&action=view&id=me

 

 

I have this in htaccess:

 

Options +FollowSymLinks
RewriteEngine on
RewriteRule user/(.*) index.php?page=users&action=view&id=$1
RewriteRule user/(.*)/ index.php?page=users&action=view&id=$1		

 

And it works....except now all the images are broken.

 

Anyone know how I can fix the images, or rather, stop images from getting redirected?

Link to comment
https://forums.phpfreaks.com/topic/162443-rewriting/
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.