htaccess 413 B

1234567891011121314151617
  1. Options -MultiViews
  2. RewriteEngine On
  3. RewriteBase /
  4. #RewriteCond %{REQUEST_FILENAME} !-d
  5. #RewriteCond %{REQUEST_FILENAME} !-f
  6. # Sitemap
  7. RewriteRule "^sitemap.xml$" "/index.php?url=sitemap&target=google" [L]
  8. RewriteRule "^urllist.txt$" "/index.php?url=sitemap&target=yahoo" [L]
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. # Bootstrap
  12. RewriteRule "^(.+)" "/index.php?url=$1" [QSA,L]