rlij/criadouro/master/front/.htaccess - Htaccess File

rlij/criadouro/master/front/.htaccess

RewriteEngine on
RewriteRule !.(js|gif|jpg|png|css|txt|pdf|xls|xlsx|doc|docx|ppt|pptx|mp3|wav|wmv|mp4|wma|pfx|zip|eot|woff|ttf|svg|html|php)$ public/index.php [L]
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ public/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache