Commit c93ee2208edb47b9988a719d455cee27098c6ade
1 parent
edab4656
Ready for multiviews/rewrite support for no .php in the filenames.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3898 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
18 additions
and
0 deletions
.htaccess
| @@ -54,3 +54,21 @@ php_value memory_limit 16M | @@ -54,3 +54,21 @@ php_value memory_limit 16M | ||
| 54 | php_value max_input_time -1 | 54 | php_value max_input_time -1 |
| 55 | php_value max_execution_time 60 | 55 | php_value max_execution_time 60 |
| 56 | </IfModule> | 56 | </IfModule> |
| 57 | + | ||
| 58 | +#<IfModule mod_negotiation.c> | ||
| 59 | +#Options +MultiViews | ||
| 60 | +#<IfModule mod_env.c> | ||
| 61 | +#SetEnv kt_no_extensions yes | ||
| 62 | +#</IfModule> | ||
| 63 | +#</IfModule> | ||
| 64 | +#<IfModule !mod_negotiation.c> | ||
| 65 | +#<IfModule mod_rewrite.c> | ||
| 66 | +#RewriteEngine On | ||
| 67 | +#RewriteCond %{REQUEST_FILENAME} !-f | ||
| 68 | +#RewriteCond %{REQUEST_FILENAME}.php -f | ||
| 69 | +#RewriteRule ^(.*)$ $1.php | ||
| 70 | +#<IfModule mod_env.c> | ||
| 71 | +#SetEnv kt_no_extensions yes | ||
| 72 | +#</IfModule> | ||
| 73 | +#</IfModule> | ||
| 74 | +#</IfModule> |