Apache24 - Virtual Hosting with joomla3

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
Gerard_S
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Jan 05, 2018 3:40 pm

Apache24 - Virtual Hosting with joomla3

Post by Gerard_S » Wed Sep 26, 2018 4:00 pm

I have joomla3 installed on a FreeBSD 11.2 machine. By default, FreeBSD installs joomla3 into the "/usr/local/www/joomla3" directory. I then have this in the httpd.conf file:

Code: Select all

  Alias /joomla/ "/usr/local/www/joomla3/"
  AcceptPathInfo On

  <Directory "/usr/local/www/joomla3/">
      AllowOverride None
      Order Allow,Deny
      Allow from all
      Require all granted
  </Directory>
What I want to do is set up a "virtual hosting by name" in apache24. So far, I have not been able to get a working configuration. I was hoping that someone else has done something similar to this.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17434
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Apache24 - Virtual Hosting with joomla3

Post by toivo » Wed Sep 26, 2018 4:39 pm

Toivo Talikka, Global Moderator


Locked

Return to “Installation Joomla! 3.x”