Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Pierce454

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

This is very simple using .htaccess file.

You just need to place following lines in your .htaccess

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]

RewriteRule ^(.*)$ example.com/ [R=301,L]


You would have to place .htaccess file on root of your site.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme