Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-10-10 21:10:57

rayne
Member
From: AL USA
Registered: 2004-03-24
Posts: 58
Website

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

#2 2007-10-10 22:01:08

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

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

#3 2007-10-10 22:12:41

rayne
Member
From: AL USA
Registered: 2004-03-24
Posts: 58
Website

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

#4 2007-10-11 06:52:56

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: wp not working after txp upgrade

Does it work without the TXP .htaccess file?

Offline

#5 2007-10-11 12:06:45

rayne
Member
From: AL USA
Registered: 2004-03-24
Posts: 58
Website

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

#6 2007-10-11 14:08:27

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: wp not working after txp upgrade

I think so, yes.

Offline

Board footer

Powered by FluxBB