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 Link to comment https://forums.phpfreaks.com/topic/138645-in-htaccess-file/ 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. Link to comment https://forums.phpfreaks.com/topic/138645-in-htaccess-file/#findComment-729932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.