Quote:
Originally Posted by 1Unreal
Try..
Code:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
Rewrite Rule for my.myforum.com
RewriteCond %{HTTP_HOST} my.myforum.com$
RewriteCond %{REQUEST_URI} !usercp.php
RewriteRule ^(.*)$ usercp.php$1
|
Thanks for helping

but
I am trying another method ,
renamed usercp.php and moved it to required directory and then manually edited all templates