I checked .htaccess file, but I'am not sure it is correct :
# BEGIN WordPress
RewriteEngine On
RewriteEngine On
RewriteBase /pet-univ/dog%20training/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /pet-univ/dog%20training/index.php [L]
# END WordPress
Where should I start looking. Isee all my pages in the Admin area, not on the blog.