php - Location of document root of public html in Centos -
i next installation steps drupal , unable follow 1 of steps given below.
move contents of drupal-x.x directory directory within web server's document root or public html directory (ensure .htaccess file, hidden file, moved destination directory well.
i not sure web server's document root or public html directory located in centos machine. tried finding public_html directory in centos machine using
i tried following:
sudo find / -name public_html -type d - did not homecoming anything.
sudo find / -name .htaccess - did not homecoming except .htaccess file drupal download
apache installed though -
httpd -v: (returned next on terminal) server version: apache/2.2.15 (unix) server built: may 23 2014 14:34:17
the default /var/www/html can set directory in /etc/httpd/conf/httpd.conf file.
php apache .htaccess drupal drupal-7
No comments:
Post a Comment