eT` Posted February 12, 2012 Report Posted February 12, 2012 (edited) Sveiki, Kā htaccessā var dabūt, ja man mājaslapas folderis ir /htdocs/lapa bet viss, ko gribu attēlot ir /htcos/lapa/public lai, kad dodas uz www.mananalapa.lv automātiski attēlo foldera public saturu. Atrisināju HTACCESS RewriteEngine on RewriteCond %{HTTP_HOST} ^lapa.tk$ [NC,OR] RewriteCond %{HTTP_HOST} ^www.lapa.tk$ RewriteCond %{REQUEST_URI} !public/ RewriteRule (.*) /public/$1 [L] Edited February 12, 2012 by eT` Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.