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

Merge branch 'hotline#73011_google_site_verification' into 'master'

Update .htaccess (allow Google verication access)

See merge request !2620
parents 0e9e376d e8ca566e
Branches
Tags
2 merge requests!2660Master,!2620Update .htaccess (allow Google verication access)
Pipeline #3971 passed with stage
in 37 minutes and 24 seconds
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/(xhprof_html|ckeditor|exploit|\.well-known)
RewriteCond %{REQUEST_URI} !^/(google[a-z0-9]+\.html|xhprof_html|ckeditor|exploit|\.well-known)
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|woff2|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro|flv|mp4|webm|tgz|json|geojson|xsl)$ index.php [NC,NE]
......
- ticket 73011 : les fichiers de vérication Google sites sont autorisés
\ 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