HELP! I killed my WP

Status
Not open for further replies.

emp

New member
Jun 29, 2006
7,467
211
0
OK, just changed the permalink structure in WP to

%category%/%postname%

as was advised in a post here.

Now all get is a 500 error.

HELP! What can I do to rescure the content?

AIM is empKAZ
Skype is captainklinge

::emp::
 


go in and edit your .htaccess file. It put some shit in there that fucks things up if you have frontpage extensions enabled on your server or some shit like that.
 
It's a modrewrite I beleive, once you open your htaccess file you will see what it added.
 
Bad new is, yes, it added something, but I do not know what.
Can I just kill this?

Code:
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

HEck. I'll just try, it is FUXORED beyond all now anways.

::emp::
 
I had this shit happen to me once too. I don't remember what I did to fix it, but i was in the middle of an install so I only resolved it by reinstalling. I wouldn't recommend that if you have stuff there though.
 
OK, this does have to be like THIS:

Code:
[SIZE=4]/%category%/%postname%[/SIZE]

not like

%category%/%postname%

Now it works. :D

::emp::
 
OK, this does have to be like THIS:

Code:
[SIZE=4]/%category%/%postname%[/SIZE]

not like

%category%/%postname%

Now it works. :D

::emp::

Ha! I just thought of that one bug I hit when I first tried it. :p good to hear.
 
OK, this does have to be like THIS:

Code:
[SIZE=4]/%category%/%postname%[/SIZE]

not like

%category%/%postname%

Now it works. :D

::emp::
aahh was just going to tell you that glad you fixed it faster :D
 
Status
Not open for further replies.