Halo agan agan master hosting, saya mau tanya ndas ku uis mumet gan, jadi gini saya punya vps sudah ada domain, saya intall CMS terkendala domain ,kebetulan setingan DNS sudah tepat. saya tidak bisa di akses hanya bisa di akses melalui ip, saat ini itu dulu penjelasaanya
Spoiler for .htaccess:
## Remove a line below if your Apache server already supports one of the parameters below (this will relieve Apache since this file is read on every request). ##
## Also, if your host allows it, you are strongly advised to put these settings in your Apache configuration file (httpd.conf). ##
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag expose_php Off
</IfModule>
### Security and Spam ###
# Protect the repository directory
<IfModule mod_rewrite.c>
RewriteRule "(^|/)\.git" - [F,L]
</IfModule>
# Remove Apache version
#ServerTokens Prod
# Remove the version number and installed module versions in the list at the bottom error pages (404, 403, ...)
ServerSignature Off
Spoiler for httpd.conf:
ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 30
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 10