Skip to content

Commit

Permalink
Merge pull request michaelfranzl#2 from mblonyox/master
Browse files Browse the repository at this point in the history
Create .htaccess for hosting in apache
  • Loading branch information
Dipl.-Ing. (FH) Michael Franzl committed Mar 24, 2018
2 parents 5c36e6c + 2059fbd commit 214e8b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^no\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /no.php [L]
</IfModule>

0 comments on commit 214e8b5

Please sign in to comment.