My WordPress disappeared!
-
But everything is there! All files, all folders, the db with all tables and all data, but the browser returns NOTHING, this is the sad source:
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"> <HTML><HEAD> <META http-equiv=Content-Type content=\"text/html; charset=windows-1252\"></HEAD> <BODY></BODY></HTML>
I just cant understand whats happening. Could it be that my .htaccess is screwed up? Her it is:
# -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
My WordPress was 2.1 and everything worked perfect until something odd happened. I don’t have any clue…please…hints?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘My WordPress disappeared!’ is closed to new replies.