crrlos/Tienda/master/movil/.htaccess
ExpiresActive off
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ErrorDocument 404 /paginas/error.php
RewriteEngine on
RewriteRule ^/?$ index.php
RewriteRule ^registro/?$ index.php?opcion=registro
RewriteRule ^login/?$ index.php?opcion=login
RewriteRule ^productos/(.*)/?$ index.php?opcion=productos&subcategoria=$1
On Github License
Files
Download PDF of Htaccess file