Forum Moderators: phranque

Message Too Old, No Replies

Problems with virtual host and mod_rewrite and/or ForceType

trying to mask dynamic urls doesn't work on virtual host in a subdirectory

         

stargeek

7:48 pm on Jan 21, 2004 (gmt 0)

10+ Year Member



I have two virtual hosts on one hosting account,
one is on the root htdocs directory, one is in a subdirectory of htdocs.
if i use
<Files page>
ForceType application/x-httpd-php
</Files>
inside the root virtualhost it works fine, as does any mod_rewrite, however niehter one of these works inside the subdirectory vhost.(I've used them in .htaccess) I've tried playing around with path names, absolute and relative, but still it doesn't work.
Any suggestions?

jdMorgan

5:19 am on Jan 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



stargeek,

This is beyond my experience, but it sounds like AllowOverrides FileInfo is disabled for your "subdirectory" virtual host.

Jim