vaja sinauridze
vaja sinauridze

Reputation: 9

Issue delete htaccess redirecting www to non www

some days ago i upload this .htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

now I want delete this redirect. I already delete .htaccess file but rediret still working.

I don't want redirect non www to www.

plz help me.

Upvotes: 0

Views: 38

Answers (1)

user6612690
user6612690

Reputation:

Since you deleted the .htaccess file.. it should work..

Just try deleting your browser cache.

If you're using chrome:

I am on Mac and this is the shortcut: Shift+Command+Delete.

On Windows, it is: Ctrl+Shift+Delete.

Upvotes: 1

Related Questions