I know this is not related with module but if someone can help, I will appreciate
DNS server is ok but I can't get httpd.conf setup working.
here is what I use
ServerAdmin webmaster@example.com
DocumentRoot /home/admin/egazete.com/blogu.com
ServerName blogu.com
ServerAlias *.blogu.com
AllowOverride All
and this is the error I get: warning: file_get_contents(http://subdomain-test.blogu.com/subdomain/test) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/admin/egazete.com/blogu.com/sites/all/modules/subdomain/subdomain_debug.inc on line 57.
any idea, what's wrong ? site I need to use is blogu.com.
Comments
Comment #1
drupallogic commentedI solved my problem. I added my IP address to the httpd.conf. may be it can help to others.
can you pls close this thread ?