icefusion

htaccess

Nov 6th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{REQUEST_FILENAME} -s [OR]
  3. RewriteCond %{REQUEST_FILENAME} -l [OR]
  4. RewriteRule !\.(js|gif|jpg|png|css|txt)$ public/index.php [L]
  5. RewriteCond %{REQUEST_URI} !^/public/
  6. RewriteRule ^.*$ - [NC,L]
  7. RewriteRule ^(.*)$ public/$1 [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment