linh4github/Rolls-Royce-Project/master/.htaccess - Htaccess File

linh4github/Rolls-Royce-Project/master/.htaccess

#
# Apache/PHP/settings:
#
# Don't show directory listings for URLs which map to a directory.
#Options -Indexes

# Follow symbolic links in this directory.
#Options +FollowSymLinks

# Make Sever handle any 404 errors.
#ErrorDocument 403 /forbidden.html
#ErrorDocument 404 http://localhost/Rolls-RoyceVN/404.html
#ErrorDocument 500 /servererror.html

# Set the default handler.
DirectoryIndex index.php index.html index.htm

# Set upload max size
php_value upload_max_filesize 20M
php_value post_max_size 220M

#Remove File Extention from URLs

#Mail sever
php_value SMTP 10.140.2.119

#Default charset
AddDefaultCharset UTF-8

On Github License

Files

Download PDF of Htaccess file

Comments

Apache