ijoey/6d/master/.htaccess
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_input_time 2400
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /6d
RewriteCond %{HTTPS} on
RewriteBase /6d
ErrorDocument 404 index.php
RewriteRule ^$ $1index.php [QSA]
#file_check_start
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?r=$1 [QSA,L]
#file_check_end
# This block is required to do HTTP digest authentication in environments where PHP is executed
# as a CGI.
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* - [E=PHP_AUTH_DIGEST:%{HTTP:Authorization},L]
# for maintenance.
#DirectoryIndex maintenance.php
#RewriteRule ^$ maintenance.php [QSA]
#DirectoryIndex index.php
#RewriteRule ^/?([a-zA-Z0-9/.^?^&]+)/?$ maintenance.php [QSA,L]
On Github License
Files