mirror of
https://github.com/jimeh/php-rack.git
synced 2026-02-19 11:56:38 +00:00
initial commit
This commit is contained in:
10
public/.htaccess
Normal file
10
public/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule ^.*\.svn.*$ /404
|
||||
|
||||
RewriteRule ^$ index.html [QSA]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !favicon.ico
|
||||
RewriteCond %{REQUEST_FILENAME} !robots.txt
|
||||
RewriteRule ^(.*)$ /rackup.php [QSA,L]
|
||||
Reference in New Issue
Block a user