milligan
BANNED
- Mar 19, 2007
- 167
- 178
I was hoping someone who knows what they are doing could help me with my htaccess issue.
My htaccess has some rewrite rules that do whatever they do to everything coming to my domain.
I want to have an exception for 1 image file which is kept like this:
domain.com/1/2/image.gif
It seems that the htaccess that controls this all for me is in the sub-dir 1.
Sorry I can't be more specific so as to protect the innocent
I have tried:
RewriteCond %{REQUEST_URI} !^/1/2/ and
RewriteCond %{REQUEST_URI} !^/1/2/ image.gif in both the root htaccess and the htaccess in the sub-dir 1 without success.
I have no idea.
Any tips would be great. Cheers all.
My htaccess has some rewrite rules that do whatever they do to everything coming to my domain.
I want to have an exception for 1 image file which is kept like this:
domain.com/1/2/image.gif
It seems that the htaccess that controls this all for me is in the sub-dir 1.
Sorry I can't be more specific so as to protect the innocent
I have tried:
RewriteCond %{REQUEST_URI} !^/1/2/ and
RewriteCond %{REQUEST_URI} !^/1/2/ image.gif in both the root htaccess and the htaccess in the sub-dir 1 without success.
I have no idea.
Any tips would be great. Cheers all.