ubuntu joomla with domain not work - Joomla! Forum - community, help and support
hi got problem joomla domain show error.
but if test joomla without domain work fine.
example, call http://ip/joomla ==> work
i call http://domain ==> not work
this example apache2.conf
<virtualhost *:80>
serveradmin webmaster@sat.thailandagent.com
documentroot /var/www/smeweb
servername sat.thailandagent.com
serveralias http://www.sat.thailandagent.com
<directory /var/www/smeweb>
options -indexes includes followsymlinks multiviews
allowoverride all
order allow,deny
allow all
</directory>
</virtualhost>
<virtualhost *:80>
serveradmin webmaster@betlover.thailandagent.com
documentroot /var/www/joomla
servername betlover.thailandagent.com
serveralias http://www.betlover.thailandagent.com
<directory /var/www/joomla>
options -indexes includes followsymlinks multiviews
allowoverride all
order allow,deny
allow all
</directory>
</virtualhost>
<virtualhost *:80>
serveradmin webmaster@thailandagent.com
documentroot /var/www/sellweb
servername thailandagent.com
serveralias http://www.thailandagent.com
<directory /var/www/sellweb>
options -indexes includes followsymlinks multiviews
allowoverride all
order allow,deny
allow all
</directory>
</virtualhost>
thank
but if test joomla without domain work fine.
example, call http://ip/joomla ==> work
i call http://domain ==> not work
this example apache2.conf
<virtualhost *:80>
serveradmin webmaster@sat.thailandagent.com
documentroot /var/www/smeweb
servername sat.thailandagent.com
serveralias http://www.sat.thailandagent.com
<directory /var/www/smeweb>
options -indexes includes followsymlinks multiviews
allowoverride all
order allow,deny
allow all
</directory>
</virtualhost>
<virtualhost *:80>
serveradmin webmaster@betlover.thailandagent.com
documentroot /var/www/joomla
servername betlover.thailandagent.com
serveralias http://www.betlover.thailandagent.com
<directory /var/www/joomla>
options -indexes includes followsymlinks multiviews
allowoverride all
order allow,deny
allow all
</directory>
</virtualhost>
<virtualhost *:80>
serveradmin webmaster@thailandagent.com
documentroot /var/www/sellweb
servername thailandagent.com
serveralias http://www.thailandagent.com
<directory /var/www/sellweb>
options -indexes includes followsymlinks multiviews
allowoverride all
order allow,deny
allow all
</directory>
</virtualhost>
thank
did found error message in apache error log file?
Comments
Post a Comment