UX, Javascript, WordPress, Drupal, more..

Tag mod_rewrite

Important .htaccess configuration

Create your .htaccess file in root and add following configurations: 1. Redirect sitename.com to http://www.sitename.com <IfModule mod_rewrite.c> Options +FollowSymlinks # for bluehost hosting it should be: # Options +SymLinksIfOwnerMatch RewriteEngine on RewriteCond %{http_host} ^sitename.com [NC] #case-insensitive RewriteRule ^(.*)$ http://www.sitename.com/$1 [R=301,L]… Continue Reading →

© 2024 Web Design Colors — Powered by WordPress

Theme by Anders NorenUp ↑