Softaculous


Topic : Custom domain pathing


Posted By: GavinD on July 14, 2020, 7:20 pm
I am using macOS Catalina 10.15.3 with ampps 3.9 and I am having an issue with my custom domains routing back to the root of the www folder. I can access what I am looking for by clicking on the folder from within the root and it giving me a example.com/example.com pathing, but this isn't acceptable for what I am working with. I have tried a lot of different solutions such as,

changing virtual host from

<VirtualHost 127.0.0.1:80>

to

<VirtualHost example.com:80>

or

<VirtualHost *:80>


This is what shows up in my Access Logs when I navigate to my custom domains from localhost/ampps/index.php?act=ampps_domainmanage
::1 - - [14/Jul/2020:15:16:01 -0400] "OPTIONS * HTTP/1.0" 200 -
::1 - - [14/Jul/2020:15:16:03 -0400] "OPTIONS * HTTP/1.0" 200 -

Nothing shows up in the access logs after navigating from www root to folder with the content I am looking to access.

I would appreciate any thoughts or help, thank you.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.