From c93ee2208edb47b9988a719d455cee27098c6ade Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 27 Oct 2005 12:46:55 +0000 Subject: [PATCH] Ready for multiviews/rewrite support for no .php in the filenames. --- .htaccess | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index a4b34ee..9f88ff4 100644 --- a/.htaccess +++ b/.htaccess @@ -54,3 +54,21 @@ php_value memory_limit 16M php_value max_input_time -1 php_value max_execution_time 60 + +# +#Options +MultiViews +# +#SetEnv kt_no_extensions yes +# +# +# +# +#RewriteEngine On +#RewriteCond %{REQUEST_FILENAME} !-f +#RewriteCond %{REQUEST_FILENAME}.php -f +#RewriteRule ^(.*)$ $1.php +# +#SetEnv kt_no_extensions yes +# +# +# -- libgit2 0.21.4