News:

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

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - noperator

#1
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.