Mobile app version of vmapp.org
Login or Join
Yeniel560

: Why don't you just use .htaccess? Create a text file and copy and paste the following inside: # Force 'non-www' to 'www' RewriteEngine On RewriteCond %{HTTP_HOST} ^YOURDOMAIN.com [NC] RewriteRule

@Yeniel560

Why don't you just use .htaccess?

Create a text file and copy and paste the following inside:

# Force 'non-www' to 'www'
RewriteEngine On
RewriteCond %{HTTP_HOST} ^YOURDOMAIN.com [NC]
RewriteRule ^(.*)$ www.YOURDOMAIN.com/ [L,R=301]



rename it to ".htaccess"
upload it to your public_html folder where index.php is located

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme