Mobile app version of vmapp.org
Login or Join
Nimeshi995

: Deleted? You don't delete files when you don't want people accessing domainname.com without the www. You should use a .htaccess in the root of your wordpress install folder. Make this file

@Nimeshi995

Deleted? You don't delete files when you don't want people accessing domainname.com without the
You should use a .htaccess in the root of your wordpress install folder.

Make this file '.htaccess' with the following:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^sarastringfellow.com$ [NC]
RewriteRule ^(.*)$ www.sarastringfellow.com/ [R=301,L]


This will make anyone attempting to view the site or images without the www redirect to the site which has before it.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme