News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu

Pointing domains at differnent sub directorys.

Started by noperator, March 29, 2006, 09:29:04 PM

Previous topic - Next topic

noperator

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.

webzone (archived)

#1
The complete instructions are located there.