Jump to content

mod_rewrite and images


glenelkins

Recommended Posts

[code]
RewriteEngine On
Options +FollowSymlinks
RewriteBase /connie/
RewriteRule ^(.*)/(.*)$ index.php?p=$1&opt=$2
[/code]

As you can see this code lets me use urls such as  "/admin/layout"  but all the images vanish from the html page that is used inside the index.php to display the data...whats going on?
Link to comment
https://forums.phpfreaks.com/topic/28644-mod_rewrite-and-images/
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.