Thread Starter
danpa
(@danpa)
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
Thread Starter
danpa
(@danpa)
Just letting the dog go out. back in 5…
http://www.iboyasalsa.nl/agenda
That is not an unedited Twenty Eleven theme! Never edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your customisations.
You need to upload a fresh copy of the Twenty Eleven theme using FTP. If necessary, rename your current theme’s folder to protect your customisations but bear in mind that you now seem to have a serious error in the theme’s index.php template file.
Thread Starter
danpa
(@danpa)
The only thing I edited was the size of the header…
I can’t recall having edited anything else.
Thread Starter
danpa
(@danpa)
I’ll do what you told me with the child theme.
Is this always done that way? Common practice so as to speak?
Thread Starter
danpa
(@danpa)
I also did not edit index.php…
The only thing I did was change the hight of the header, like I said.
Thread Starter
danpa
(@danpa)
Just for arguments sake I changed to twentyten. Same problem..
Is this always done that way?
Yes
Common practice so as to speak?
More like “best practice”.
I can see the site now, so I’m assuming the problem was resolved, yes?