Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
wp not working after txp upgrade
OK, I know this makes no sense, and I’ve searched in both the WP and TXP forums, but I recently upgraded my TXP install (in root directory) to 4.0.5 and now my WP blog (in subdirectory) doesn’t work.
When I try to load my WP blog, I get a TXP 404 error. That leads me to believe that the .htaccess file inside of my WP directory isn’t working anymore. Because I can get to the wp-admin directory (which actually exists and isn’t generated), just not any of the public blog (the generated content).
I really hope someone can help me figure this out. I’ve also cross-posted this on the WP support forums and another forum where I’m hoping some other techy can help.
If you have any suggestions, they are greatly appreciated.
Rayne
mama love
Offline
Re: wp not working after txp upgrade
Try adding RewriteCond %{REQUEST_URI} ^/your_wp_subdir as a new line just above the first RewriteCond that’s currently in your TXP .htacces file.
Offline
Re: wp not working after txp upgrade
Thanks for the reply, but that didn’t work.
Here’s my htaccess file:
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /relative/web/path/
RewriteCond %{REQUEST_URI} ^/knits
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
#php_value register_globals 0
/knits is my wp blog directory. I’m still getting a Textpattern 404 error page. I’ve tried changing the htaccess file so many times and nothing has worked.
Rayne
mama love
Offline
Re: wp not working after txp upgrade
Does it work without the TXP .htaccess file?
Offline
Re: wp not working after txp upgrade
no. When I remove the file, it comes back with a 500 error. So does that mean the problem is with the wp htaccess file?
Rayne
mama love
Offline
Re: wp not working after txp upgrade
I think so, yes.
Offline
Pages: 1