Your IP : 216.73.216.96


Current Path : /home/saintape/public_html/shop/pub/
Upload File :
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>
############################################