RewriteEngine On


RewriteBase /





# Nueva regla de redirección para www.ishoespe.com/sysecommerce/public/index.php


RewriteRule ^sysecommerce/public/index\.php$ /sysecommerce/public/index.php [L]





RewriteCond %{REQUEST_FILENAME} !-f


RewriteCond %{REQUEST_FILENAME} !-d


RewriteRule ^ index.html [L]





<FilesMatch "\.(php4|5|php3|php2|php|phtml)$">


    AddHandler application/x-httpd-php81 .php


</FilesMatch>