No automatic subdirectory access
-
I’ve searched the forums and I’ve seen similar things but nothing that addresses this problem. Please take a look at the following facts and let me know what you think.
- Initial Problems:
- I have WP installed in a subdirectory with index.php in the root. This setup has worked great until recently.
- I upgraded to 2.6 last week and it worked well with no hitches.
- Dowloaded the new Elgg 1.0 and set it up in another subdirectory. Based on errors there and advice on the Elgg.org site, I upgraded my server to php5 and started having problems.
- Attempts/Mistakes?:
- Tried to hand edit the .htaccess file to help the Elgg installation. This broke WP and didn’t fix Elgg.
- Thought the subdirectory rewrite for WP might be affecting Elgg’s subdirectory as well and so manually went back to WP’s index and .htaccess info in the subdirectory. This included file moves and database changes.
- At the moment:
- I can pull up my blog front page in a text only version of the theme. The layout and content indicates that WP is drawing on my chosen theme (Amazing Grace) but there are no images. My debugger indicates /news/ (my subdirectory) is not included in php generated links. When I manually insert this in the link to the stylesheet, the page loads correctly.
- Because of this same issue, I can’t login to make any adjustments or corrections via the WP system. I can manually pull up the login page but clicking on the submit button fails to send me to root/news/wp-login.php and instead informs me that root/wp-login.php does not exist
- Wp_options table has http://www.edminsters.com/news/ for both “home” and “site_url” rows.
- Cache has been cleared/deleted.
- Permissions have been set to 755.
- .htaccess file in /news subdirectory reads:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /news/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Please help! Keep in mind, I’m looking for changes I can make manually since I don’t have access to admin.php.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘No automatic subdirectory access’ is closed to new replies.