logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2 to 2.4 Config Check
Author
wclarke



Joined: 08 Jul 2019
Posts: 2
Location: Raleigh

PostPosted: Mon 08 Jul '19 17:40    Post subject: Apache 2.2 to 2.4 Config Check Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 18 Jul '19 10:42    Post subject: Reply with quote

That should be in the virtual host config.
Back to top


Reply to topic   Topic: Apache 2.2 to 2.4 Config Check View previous topic :: View next topic
Post new topic   Forum Index -> Apache