~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to .htaccess

  • Committer: Geoff
  • Date: 2011-04-18 02:13:05 UTC
  • Revision ID: git-v1:2cca6efbebaff72de4f79bec37e0c55a8b0d6573
Fixed issue with root URL's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<IfModule mod_rewrite.c>
 
2
   RewriteEngine on
 
3
   RewriteRule    ^$ web/    [L]
 
4
   RewriteRule    (.*) web/$1 [L]
 
5
</IfModule>
 
 
b'\\ No newline at end of file'