Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<IfModule mod_rewrite.c>
2
    RewriteEngine On
3
    RewriteCond %{REQUEST_FILENAME} !-d
4
    RewriteCond %{REQUEST_FILENAME} !-f
5
    RewriteRule ^ index.php [L]
6
</IfModule>