Tag Archives: domain pointing

domain pointing to a folder

ShareThis approach has you code the first part of the domain or subdomain name and the associated subdirectory in your .htaccess file.   For example: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/subdirectory/ RewriteCond %{HTTP_HOST} ^(www\.)?name\. RewriteRule ^(.*)$ subdirectory/$1 [L] Note … Continue reading

Posted in htaccess | Tagged , | Leave a comment