Page 1 of 1

Subdirectory problem

Posted: Sat Aug 26, 2006 2:26 am
by Cobra
I have my site (serendipity blog) at www.mydomain.com and it works perfect. But I want to install another CMS in www.mydomain.com/forum/. When I do it, this URL (www.mydomain.com/forum/) show me my blog in www.mydomain.com. If I add to the URL /index.php (www.mydomain.com/forum/index.php) it works correctly.

Can you help me?

Thanks,

Posted: Sat Aug 26, 2006 5:18 am
by azel
If you can access your .htaccess file, try adding this line to the end of it:

AddType application/x-httpd-php .html .htm
php_value auto_prepend_file /path/to/cms/index.php

Posted: Sat Aug 26, 2006 11:56 am
by garvinhicking
Hi!

Please look at this FAQ item:

http://www.s9y.org/11.html#A13

HTH,
Garvin