| Recommend this page to a friend! |
| Classes of Igor Crevar | > | icRouter | > | examples/.htaccess | > | Download | ||
|
|||||||||||||||||||||
<IfModule mod_rewrite.c>
RewriteEngine On
# uncomment the following line, if you are having trouble
# getting no_script_name to work
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
# no, so we redirect to our front web controller
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
|