Kaynağa Gözat

Update .htaccess

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 yıl önce
ebeveyn
işleme
5105de212f
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      Public/.htaccess

+ 0 - 4
Public/.htaccess

@@ -7,9 +7,5 @@ RewriteBase /
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-f
 
-# Sitemap
-#RewriteRule "^sitemap.xml$" "/index.php?url=sitemap&target=google" [L]
-#RewriteRule "^urllist.txt$" "/index.php?url=sitemap&target=yahoo" [L]
-
 # Bootstrap
 RewriteRule "^(.+)" "/index.php?url=$1" [QSA,L]