I used to have a subweb working independently with its own entry. Since this week this subweb is part of a global web but I just would like to keep its entry, redirecting is working but somehow CSS doesn't seem to be applied. This http://empleos.8va.cl/ should be the same as this http://www.8va.cl/empleos/index.aspx Redirection is made with the code shown below. Is there anything I should do ?
Code:RewriteCond %{HTTP_HOST} empleos.8va.cl RewriteCond %{REQUEST_URI} !empleos/ RewriteRule ^(.*)$ empleos/$1 [L] #



Reply With Quote

Bookmarks