|
I installed OSQA on a domain. It works fine. Then I wanted to have a WordPress blog on a subfolder of the domain. So I successfully installed WordPress on a subfolder. But when I access the blog URL or WordPress admin page, it shows OSQA's "404 Not Found" page. How to solve this problem? Here's the passenger_wsgi.py file:
|
|
you need to tell your server that instead of using django for the wordpress directory, it uses PHP. What's the server software? Thank you Andrew for your fast response. The server software is Apache. The domain is hosted on a shared server. So I don't have access to Apache settings. Can it be solved with a .htaccess file? How can I tell the server to use PHP for the WordPress directory?
(25 Aug '11, 13:37)
blestxplorer
1
Shared host, no access to apache config... Better try a subdomain instead :)
(25 Aug '11, 13:47)
Hernani Cerq... ♦♦
Okay! Thanks Hernâni.
(25 Aug '11, 14:41)
blestxplorer
thanks andrew
(02 Jan, 19:33)
Yours
|
|
I am working on setting up an instance of Mango Blog on an Ubuntu Server running Apache 2 HTTPD and Tomcat 6 with Railo 3.1.2. I was able to get everything setup until I started trying to implement URL rewriting for the blog URLs. I used a combination of Adam Tuttle's and John Sieber's posts to get the rewrite rules. error80048820 |
|
{webroot}/.htaccess
|