get 404 error for local web server

I installed Apache also make sub directory under www like /www/azolfagharj make azolfagharj.conf like this

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/azolfagharj
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
but when trying to open "" get 404 error for all www sub directory 3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like