...

Mod rewrite...

WillyR
03-01-2009, 04:38 AM
I've tried using Options +FollowSymLinks
RewriteEngine On
RewriteRule ^style - [L,NC]
RewriteRule ^images - [L,NC]
RewriteRule ^javascript - [L,NC]
RewriteRule ^share/(.*)/?$ index.php?p=share&id=$1 [L]

To rewrite my sharing links on my image host to share/id this works fine but it replaces style and image links with /share

For example...
http://localhost/v3/share/style/global.css
When it should be
http://localhost/v3/style/global.css

I've attempted using RewriteRule ^style - [L,NC]
RewriteRule ^images - [L,NC]
RewriteRule ^javascript - [L,NC] to remove the folders from the rewrite. I'm wondering if there is a way to set an absolute path.

WillyR
03-02-2009, 01:54 AM
Fixed by defining the absolute path for EVERYTHING.



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum