Browse Source

Add news htaccess

pull/4/head
falkTX 9 years ago
parent
commit
43dc7267c4
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      News/.htaccess

+ 7
- 0
News/.htaccess View File

@@ -0,0 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /News/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.+$ index.php [L]
</IfModule>

Loading…
Cancel
Save