[TiLUG] io odio .htaccess

Emanuele Quinto emanuele.quinto@gmail.com
Gio 25 Giu 2009 09:26:39 CEST


2009/6/25 Nanomad <condellog@gmail.com>:
> 2009/6/25 marco* <marco@autistici.org>:
>
>>> RewriteCond %{HTTP_HOST} ^yo.blabla.it$ [NC]
>>> RewriteCond %{REQUEST_URI} !yo/
>>> RewriteRule ^(.*)$ /yo/$1 [L]

Cosi' a occhio, prima di consultare man proverei a togliere la seconda
RewriteCond,
dovrebbe bastare la prima (con i backslash per fare escape del punto)
per intercettare tutte le richieste.
E nella rewrite rule proverei a togliere il primo slash:

RewriteCond %{HTTP_HOST} ^yo\.blabla\.it$ [NC]
RewriteRule ^(.*)$ yo/$1 [L]


ema


-- 
Emanuele Quinto - www.kronstadt.it
------------------------------------------------------------------------------------------------------------------
My mother used to say to me, "Elwood" - she always called me Elwood -
"In this world, Elwood, you must be oh-so smart, or oh-so pleasant."
For years I was smart. I recommend pleasant, and you may quote me.
------------------------------------------------------------------------------------------------------------------


Maggiori informazioni sulla lista TiLUG