I created a subdirectory for SMF forum in the root folder (Main Drupal directory). I get "Page Not Found" error when I navigate to that subdirectory i.e. www.mysite.com/discuss

Here are few workaround I tried:

1. I have tried solution at http://drupal.org/node/145227
ErrorDocument 401 "Unauthorized" in subdirectory .htaccess.

2. deleting main .htaccess

3. disable and re-enable clean-url.

Nothing seem to work.

What am i missing?

Thank you.

Comments

michaelfavia’s picture

Have you considered what is triggering the page not found? this is a view response in many of these cases. if your view returning no results and page not found as a result? check that path in the views module and see if there is a view for it. -mf

jessicakoh’s picture

I have disabled all VIEW. It's has nothing to do with view.

This happened when I moved to a new server. In previous server, I can view the SMF forum in subdirectory.

What might have caused this?

jessicakoh’s picture

I tried to remove drupal by renaming index.php to _index.php on the root.

Then navigate /discuss subdirectory. i.e. www.mydomain.com/discuss/index.php

I got this page (below).

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mydomain.com Port 80