| DIR: /home/u358511784/domains/admin.texindcolors.com/public_html/ |
| Current File : /home/u358511784/domains/admin.texindcolors.com/public_html/.htaccess |
# <IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteRule ^ index.php [L]
# </IfModule>
# <IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^ index.php [L]
# </IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect everything to /public
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
|