pokeyz Posted December 28, 2008 Share Posted December 28, 2008 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 Quote Link to comment Share on other sites More sharing options...
karlsiegert Posted January 5, 2009 Share Posted January 5, 2009 Hi pokeyz, Did you find a solution to this? I have the very same issue. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.