Jump to content

<Location> in .htaccess file


pokeyz

Recommended Posts

Hi,

Looking for a bit of help with Apache, I don't completely know what I'm talking about so please bare with me!

 

I'm installing a content managment system on a domain. There is a file "content" (no file extension) in the root directory which handles all url requests. E.g. www.domain.com/content/index.html.

 

In the past I have added the following to the httpd.conf file on our server:

 

       

<Location /content>
                ForceType application/x-httpd-php
        </Location>

 

I am now trying to set it up for someone not using our server, so I don't (well I think I don't) have access to the httpd.conf file.

 

I've discovered it's not possible to use <Location> in a .htaccess file.

 

My question is, is it possible to specify the above in a .htaccess file without using <Location>?

 

Hope that makes sense..

Cheers,

Pokey

Link to comment
https://forums.phpfreaks.com/topic/138645-in-htaccess-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.