Explorar el Código

Update .htaccess

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits hace 3 años
padre
commit
5105de212f
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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]