Subversion Repositories Applications.referentiel

Rev

Rev 6 | Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 18
Line 1... Line 1...
1
#AddHandler x-httpd-php5 .php
1
#AddHandler x-httpd-php5 .php
2
#AddDefaultCharset UTF-8
-
 
3
2
AddDefaultCharset UTF-8
-
 
3
 
-
 
4
RewriteEngine On
-
 
5
RewriteCond %{REQUEST_FILENAME} !-d
-
 
6
RewriteCond %{REQUEST_FILENAME} !-f
-
 
7
RewriteRule ^.*$ interfaces/index.php
-
 
8
4
9