danpa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cannot log into dashboard anymoreI uploaded everything but the content folder and the wp-config.php yesterday but nothing good came of it.
I renamed the plugins folder itself
Forum: Fixing WordPress
In reply to: cannot log into dashboard anymoreHi Media X,
thanks for replying.
I just renamed the plugin folder and tried but the same result unfortunately.
Just for arguments sake I changed to twentyten. Same problem..
I also did not edit index.php…
The only thing I did was change the hight of the header, like I said.I’ll do what you told me with the child theme.
Is this always done that way? Common practice so as to speak?The only thing I edited was the size of the header…
I can’t recall having edited anything else.Just letting the dog go out. back in 5…
these are the contents of .htaccess:
# 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]
RewriteCond %{HTTP_HOST} ^iboyasalsa.nl [NC]
RewriteRule ^(.*)$ http://www.iboyasalsa.nl/$1 [L,R=301]
Redirect 301 /comments http://www.iboyasalsa.nl
Redirect 301 /feed http://www.iboyasalsa.nl
Redirect 301 /albums http://www.iboyasalsa.nl/fotos
Redirect 301 /1_oscar http://www.iboyasalsa.nl/fotos
Redirect 301 /6_jose_alberto http://www.iboyasalsa.nl/fotos
</IfModule># END WordPress
Were you running a cache?
Not sure what you mean..There is some redirection going on to do with the old pages that Google still had lying around. But that all worked fine until I started messing around with mobile pack.
It seems to just be index.php. for instance http://www.iboyasalsa.nl/agenda loads fine.
Any clues?Upload succesfull. Still same situation…
Something I did wrong?Right, it doesn’t get overwritten with anything…
Checking now…Doing that now. Afterwards I’ll have to make a wp-config, right?
Other pages load fine. It’s just the index.php playing up. Any ideas?
Thanks. I just reset the ownership successfully and deleted the mobile theme folders.
But I cannot load the site yet. Same situation.Is there a file I should now be editing manually that you know of?