teonsystems/php-brute-force-sitemap-generator/master/public/.htaccess - Htaccess File

teonsystems/php-brute-force-sitemap-generator/master/public/.htaccess

###
### Brute Force Sitemap Generator
###
#
# This is a sample .htaccess file that redirects requests for sitemap files
# to sitemap.php provided by Brute Force Sitemap Generator.
#
# By default, it ignores existing sitemap files.
#

RewriteEngine   on
RewriteRule     ^/?sitemap.(txt|xml)(.gz)?$   /sitemap.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache