| Current Path : /home/saintape/public_html/shop/pub/ |
| Current File : /home/saintape/public_html/shop/pub/.htaccess |
############################################
## enable apache rewrites
############################################
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [L]
RewriteRule ^.*$ index.php [L]
</IfModule>
############################################