I am getting this error--- 'Not Found

The requested URL /admin/build/domain/view was not found on this server.'

for sub-domains using Domain access module.

I have configured Virtual hosts in config.httpd file and below is the code for it ---


ServerAdmin contact@vedlo.com
DocumentRoot /www/vedlo
ServerName *.vedlo.com
ErrorLog logs/vedlo.com-error_log
CustomLog logs/vedlo.com-access_log common

IS there a problem with httpd.config file or there could be problem with some other file?

Comments

dura_killer’s picture

Again code for httpd.config file is

<VirtualHost *:80>
    ServerAdmin contact@vedlo.com
    DocumentRoot /www/vedlo
    ServerName *.vedlo.com
    ErrorLog logs/vedlo.com-error_log
   CustomLog logs/vedlo.com-access_log common
</VirtualHost>
niloufar’s picture

i have a same problem plz help me