Threesixty/aufo-jde-ppst/master/.htaccess - Htaccess File

Threesixty/aufo-jde-ppst/master/.htaccess

# AuthUserFile /srv/d_clubsoracle/www/clubutilisateursoracle.org/htdocs/.htpasswd
# AuthGroupFile /dev/null
# AuthName "Preprod"
# AuthType Basic
# require valid-user

php_value upload_max_filesize 40M
php_value post_max_size 42M

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /cuso/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /cuso/index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache