[TiLUG] io odio .htaccess

Nanomad condellog@gmail.com
Gio 25 Giu 2009 08:34:16 CEST


2009/6/25 marco* <marco@autistici.org>:

>> RewriteCond %{HTTP_HOST} ^yo.blabla.it$ [NC]
>> RewriteCond %{REQUEST_URI} !yo/
>> RewriteRule ^(.*)$ /yo/$1 [L]
Mhh, premesso che il mod_rewrite non l'ho mai usato...
Basandomi solo sulle regexp, direi che manca qualcosa nella seconda
RewriteCond. Io userei
RewriteCond %{REQUEST_URI} !yo/$1
o qualcosa di simile (ammesso che si possa fare)
Ovvero, da quello che leggo dalla regexp: lui scrive a schermo quello
che ci si aspetta (RewriteRule), ma poi richiede (REQUEST_URI) sempre
yo/
mentre dovrebbe richiedere yo/quellochec'era (ovvero $1 se non erro)
-- 
Member of TiLUG, Ticinum Linux User Group, Pavia, Italy

Currently RunIning:
Ubuntu "Jaunty Jackalope" on Desktop PCs (2 x P4 1.4Ghz)
Ubuntu "Jaunty Jackalope" on Laptop (Centrino 2Ghz)


Maggiori informazioni sulla lista TiLUG