Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RewriteEngine On
- RewriteCond %{REQUEST_FILENAME} -s [OR]
- RewriteCond %{REQUEST_FILENAME} -l [OR]
- RewriteRule !\.(js|gif|jpg|png|css|txt)$ public/index.php [L]
- RewriteCond %{REQUEST_URI} !^/public/
- RewriteRule ^.*$ - [NC,L]
- RewriteRule ^(.*)$ public/$1 [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment