Browse Source

Add htaccess file

master
falkTX 12 years ago
parent
commit
fe7593cd4c
2 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .htaccess
  2. +0
    -0
      DELETEME

+ 7
- 0
.htaccess View File

@@ -0,0 +1,7 @@
Options -Indexes

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ /$1.php [L,QSA]

+ 0
- 0
DELETEME View File


Loading…
Cancel
Save