Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Infodreams Solutions committed Oct 9, 2014
1 parent 17bce2c commit 2de3ce4
Show file tree
Hide file tree
Showing 16 changed files with 1,507 additions and 10 deletions.
22 changes: 22 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /gigster/

RewriteRule ^(cfg)($|/) - [L]
RewriteRule ^(css)($|/) - [L]
RewriteRule ^(font-awesome)($|/) - [L]
RewriteRule ^(fonts)($|/) - [L]
RewriteRule ^(img)($|/) - [L]
RewriteRule ^(js)($|/) - [L]
RewriteRule ^(sdk)($|/) - [L]
RewriteRule ^(lib)($|/) - [L]


#Site Settings


RewriteRule ^checkout logout.php
RewriteRule ^myaccount my-account.php


</IfModule>
Loading

0 comments on commit 2de3ce4

Please sign in to comment.