Recommend this page to a friend! |
Classes of philippe thomassigny | > | Xamboo | > | site/.htaccess | > | Download |
|
![]() |
RewriteEngine On # Turn on the rewriting engine RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] |