AlirezA
3-8-03, 06:45 PM
I made my subdomin and i pointed it to my file correctly but i dont know why it just shows the homepage any idea?
I used this
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} sub.yoursite.com
RewriteCond %{REQUEST_URI} !ali/index.htm
RewriteRule ^(.*)$ ali/index.htm$1 [L]
I used this
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} sub.yoursite.com
RewriteCond %{REQUEST_URI} !ali/index.htm
RewriteRule ^(.*)$ ali/index.htm$1 [L]