Page MenuHomeCode

htaccess-dist
No OneTemporary

htaccess-dist

# make sure MultiViews is disabled
Options -MultiViews
RewriteEngine on
# shortcut for json
RewriteRule ^json/?$ json.php [L]
# redirect everything that is not a real file or directory towards index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1
# disallow access to a bunch of static files
<Files COPYING>
order deny,allow
deny from all
</Files>
<Files INSTALL>
order deny,allow
deny from all
</Files>
<Files README>
order deny,allow
deny from all
</Files>

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 22, 15:27 (1 h, 35 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21561
Default Alt Text
htaccess-dist (526 B)

Event Timeline