Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390691
htaccess-dist
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
526 B
Subscribers
None
htaccess-dist
View Options
# 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
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 15:27 (7 h, 50 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21561
Default Alt Text
htaccess-dist (526 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment