htaccess 341 B

123456789101112131415
  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. # Bootstrap
  10. RewriteRule "^(.+)" "/index.php?url=$1" [QSA,L]