Skip to content
Snippets Groups Projects
Commit 87409c42 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #34623 : do not rewrite /exploit url

parent 59b47b16
Branches
Tags
9 merge requests!1553Master,!1502Master,!1501Stable,!1363Master,!1362Master,!1360Master,!1336Master,!1335Hotline master,!1333Hotline#34623 modification htaccess pour outils d exploitations
RewriteEngine on
RewriteCond %{REQUEST_URI} !/(xhprof_html|ckeditor)
RewriteCond %{REQUEST_URI} !/(xhprof_html|ckeditor|exploit)
RewriteCond %{REQUEST_FILENAME} !^.*/robots\.txt$ [NC]
RewriteRule !(userfiles|public|tmp|temp|skins)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro)$ index.php [NC,NE]
......
- ticket #34623 : Modification .htaccess pour outils d'exploitations
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment