WP blog redirect on new page ?

0 replies
  • WEB DESIGN
  • |
Hello ,

I have problem with my wordpress site...
My domain name is
Code:
www[.]hifiamplifiers[.]org
and i need for some reason to put DONATE page . I go in my wp panel and in pages add new DONATE page , then i upload my html file on server what is donate1.html and i need then to open my mysite.org/donate1.html on DONATE page , i put just html redirection to dontate1.html from DONATE and then when i come on my main page site.org , i automaticly redirect on donate page :S

I delete then all donate page , donate1.html ...but now when i go on my mine page i again redirecting on page.org/donate ?Why?

i can go on my Home page , i don't understand .

My .htaccess seems fine!
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
Please help me !

Thanks
#blog #page #redirect

Trending Topics