FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: noperator on March 29, 2006, 09:29:04 PM

Title: Pointing domains at differnent sub directorys.
Post by: noperator on March 29, 2006, 09:29:04 PM
How would i point all my domains to different sub directories useing .htaccess.


I saw this code for subdomains pointing to directories...

RewriteEngine On
RewriteCond %{HTTP_HOST} ^forum.creersonsite.fr.nf$
RewriteRule ^(.*)$ Forum/$1 [L]


Although when i do

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.adamslens.com$
RewriteRule ^(.*)$ adamslens/$1 [L]


Is there something iam doing wrong?


Can anyone help.
Title: Re: Pointing domains at differnent sub directorys.
Post by: webzone (archived) on March 29, 2006, 11:41:33 PM
The complete instructions are located there (http://forum.freepgs.com/?topic=584.msg2327#msg2327).