Commit 7fb445b1 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1987 from netflam/patch-1

Update .htaccess
parents 348feccd ae61b601
# Apache configuration file # Apache configuration file
# http://httpd.apache.org/docs/2.2/mod/quickreference.html # http://httpd.apache.org/docs/current/mod/quickreference.html
# Note: ".htaccess" files are an overhead for each request. This logic should # Note: ".htaccess" files are an overhead for each request. This logic should
# be placed in your Apache config whenever possible. # be placed in your Apache config whenever possible.
# http://httpd.apache.org/docs/2.2/howto/htaccess.html # http://httpd.apache.org/docs/current/howto/htaccess.html
# Turning on the rewrite engine is necessary for the following rules and # Turning on the rewrite engine is necessary for the following rules and
# features. "+FollowSymLinks" must be enabled for this to work symbolically. # features. "+FollowSymLinks" must be enabled for this to work symbolically.
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L] RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule> </IfModule>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment