Allow access to a sitemap.xml file if it exists
This commit is contained in:
parent
52e102e63b
commit
51211d87ec
1 changed files with 3 additions and 0 deletions
|
@ -7,4 +7,7 @@ RewriteRule ^Themes/[^/]+/Assets/.+$ - [L]
|
|||
# Allow access to the robots.txt file
|
||||
RewriteRule ^robots\.txt$ - [L]
|
||||
|
||||
# Allow access to the sitemap.xml file
|
||||
RewriteRule ^sitemap\.xml$ - [L]
|
||||
|
||||
RewriteRule ^(.+)$ index.php [L,QSA]
|
||||
|
|
Loading…
Add table
Reference in a new issue