From ae61b601b6451f7ad6a3ae6333c1c0d583d5cd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Czy=C5=BCewski?= Date: Sat, 11 May 2013 14:16:41 +0300 Subject: [PATCH] Update .htaccess Change link in comment. (2.2 -> current) --- public/.htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 6e89138e..f6299414 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,9 +1,9 @@ # 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 # 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 # features. "+FollowSymLinks" must be enabled for this to work symbolically. @@ -20,4 +20,4 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] - \ No newline at end of file +