I am very new to WP, and know very little about any of this….but Im learning something new every day ??
So my htaccess file… I can see 2 different .htacces files…
Are you talking about the one in wp-admin?
this is what it says:
<Files install.php>
Order deny,allow
Deny from all
Allow from “ip adr”
</Files>
if from my site, this is it:
# -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 /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
If I press Cansel in the popupwindow, it just disepears, but comes back when I open a new page
And my hosting says this is something in WP so they will not help.
Thank you for trying to help me ??