nette – Rewrite from root to www folder

Od posmura

 

Update .htacces in root folder of Nette installation:

Order Allow,Deny
Allow from all

RewriteEngine On
RewriteRule ^(.*)$ www/$1 [L]

Update or create .htaccess in app, log, temp and venfor folders:

Order Allow,Deny
Deny from all