Softaculous


Topic : Domain not pointing to correct folder


Posted By: iamsoundhar on October 10, 2020, 5:45 am
Hi,

I have created a domain using softaculous panel.

eg: soundhar.abc

if i create this domain, the domain folder is created in www but when i load the domian
its showing the content from localhost. it listing all the apps under www. its not pointing to the folder soundhar.abc

<VirtualHost 127.0.0.1:80>
<Directory "/Applications/Ampps/www/soundhar.abc">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All
</Directory>
ServerName soundhar.abc
ServerAlias soundhar.abc
ScriptAlias /cgi-bin/ "/Applications/Ampps/www/soundhar.abc/cgi-bin/"
DocumentRoot "/Applications/Ampps/www/soundhar.abc"
ErrorLog "/Applications/Ampps/apache/logs/soundhar.abc.err"
CustomLog "/Applications/Ampps/apache/logs/soundhar.abc.log" combined
</VirtualHost>

But all the domains are pointed to localhost only.

i have attached 2 screenshots. please check it. 1st will show all the folders in www if i load soundhar.abc

Posted By: lesstenperfect on October 21, 2020, 12:45 am | Post: 1
I have the same issue on mac

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.