initial commit
This commit is contained in:
commit
1cc4bf3572
254 changed files with 63622 additions and 0 deletions
htdocs
23
htdocs/.htaccess
Normal file
23
htdocs/.htaccess
Normal file
|
@ -0,0 +1,23 @@
|
|||
RewriteEngine On
|
||||
|
||||
# Don't rewrite the following URIs
|
||||
RewriteRule ^static/.*$ - [L]
|
||||
RewriteRule ^libraries/.*$ - [L]
|
||||
RewriteRule ^favicon\.ico$ - [L]
|
||||
RewriteRule ^robots\.txt$ - [L]
|
||||
|
||||
# Everything else goes to index.php
|
||||
RewriteRule ^(.*)$ index.php [QSA,L]
|
||||
|
||||
# Absolutely no access to PHP include files
|
||||
#<Files "*.inc.php">
|
||||
# Require all denied
|
||||
#</Files>
|
||||
|
||||
AddDefaultCharset utf-8
|
||||
|
||||
# Thou shall not pass!
|
||||
AuthType Basic
|
||||
AuthName "construction site"
|
||||
AuthUserFile /var/www/vhosts/feedizer.tigris.fanir.de/htpasswd
|
||||
Require user fanir guest
|
Loading…
Add table
Add a link
Reference in a new issue