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?