WP in Subdirectory, BP 1.3svn, home link incorrect
-
Summary of issue: Home link is incorrect. All other links work correctly.
I’m slowly making progress with BP. Earlier I was not able to get BP 1.2.3 installed but was fortunate to get svn installed.
Everything appears to work except the link to the “Home” is incorrect.
Go to http://www.layneheiny.com and the blog postings show.
Click on “Home” and it goes to http://www.layneheiny.com/blog
Since WP is actually installed in /blog then maybe something isn’t correct elsewhere.
I’ve tried to read the other postings but most are being specific to their hosting environment.
This is the .htaccess in the root (no htaccess in subdirectory /blog)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Thank you for any suggestions.
- The topic ‘WP in Subdirectory, BP 1.3svn, home link incorrect’ is closed to new replies.