Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache 2.2 to 2.4 Config Check |
|
Author |
|
wclarke
Joined: 08 Jul 2019 Posts: 2 Location: Raleigh
|
Posted: Mon 08 Jul '19 17:40 Post subject: Apache 2.2 to 2.4 Config Check |
|
|
This was in a conf file that was specifically written for us - which conf file should it go in or should I make a call to it in httpd.conf?
RewriteCond %{DOCUMENT_ROOT}/webcontent/%{ENV:EG_DOMAIN} -d
RewriteRule ^/(.*)$ /webcontent/%{ENV:EG_DOMAIN}/$1 [L]
<Directory C:/egranary2/egranary/webcontent/>
Options -Indexes
AllowOverride None
Require all granted
</Directory>
TIA |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 18 Jul '19 10:42 Post subject: |
|
|
That should be in the virtual host config. |
|
Back to top |
|
|
|
|
|
|