diff --git a/.htaccess b/.htaccess
index 59b2184..e10cfe7 100755
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,3 @@
-
Options +FollowSymLinks
Header set Access-Control-Allow-Origin: *
Header set Access-Control-Allow-Credentials: true
@@ -11,4 +10,8 @@ RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteRule ^$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
+###RewriteRule (.*)/milfs/archivos/$1 /milfs/archivos/index.php?archivo=$1 [L,QSA,NC]
RewriteRule (.*) index.php?v=$1 [QSA,L]
+#RewriteRule /^$ index.php?v=$1 [QSA,L]
+RewriteRule ^milfs/archivos/$ milfs/archivos/index.php?archivo=$1 [L,QSA,NC]
+
diff --git a/index.php b/index.php
index ed9b68e..2a610d1 100755
--- a/index.php
+++ b/index.php
@@ -989,7 +989,7 @@ $(document).ready(function() {
-
-
+ -->