Skip to content

Commit

Permalink
Add an new rule to the mod_rewrite example that redirects you away
Browse files Browse the repository at this point in the history
from index.php to the short urls.
  • Loading branch information
bharat committed Aug 29, 2010
1 parent 922b810 commit cf354f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Expand Up @@ -66,4 +66,5 @@
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L]
# RewriteRule ^$ index.php?kohana_uri=$1 [QSA,PT,L]
# RewriteRule ^index.php/(.*) $1 [QSA,R,L]
# </IfModule>

0 comments on commit cf354f4

Please sign in to comment.