Subversion Repositories SmartDukaan

Rev

Rev 10588 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10588 Rev 10589
Line 1... Line 1...
1
<IfModule mod_rewrite.c>
1
<IfModule mod_rewrite.c>
2
    RewriteEngine On
2
    RewriteEngine On
3
    RewriteBase /MobileSite/
3
    RewriteBase /
4
 
4
 
5
    #Removes access to the system folder by users.
5
    #Removes access to the system folder by users.
6
    #Additionally this will allow you to create a System.php controller,
6
    #Additionally this will allow you to create a System.php controller,
7
    #previously this would not have been possible.
7
    #previously this would not have been possible.
8
    #'system' can be replaced if you have renamed your system folder.
8
    #'system' can be replaced if you have renamed your system folder.