Monday, March 12, 2018

Mapping URL to file directory in centos

Mapping URL to file directory in centos


# vi /etc/httpd/conf/httpd.conf

DocumentRoot "/var/www/html"

//change your site directory here like

DocumentRoot "/var/www/html/yoursitename"



visit link download

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.