Re: Issue with URL Rewriting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> RewriteEngine On
>> RewriteCond %{DOCUMENT_ROOT}/mysite/pictures%{REQUEST_URI} -f
>> RewriteRule ^(.+) /mysite/pictures/$1 [L]
>
> Unfortunately it doesn't work, because %{REQUEST_URI}contains also
> /mysite...
> Indeed if I request /mysite/icon.png, the input of RewriteCond is
>     '/home/yvand/www/mysite/pictures/mysite/icon.png'
>
> My question is how can I access to the URI in RewriteCond?
> When I say URI I do not mean REQUEST_URI but just icon.png in my example,
> which is the value used by RewriteRule.

Since you captured it, it's $1 in the RewriteCond.

I think that's the only way to get at the suffix of the path you're
implicitly comparing against when you do rewrite in htaccess.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux