nissar
01-04-2008, 12:42 PM
Hi dears,
My website need a new page for the URL www.hostname.com#277.
ie, when users visiting this URL, it should see some page other than my home page (index.php)...
I tried URL redirect through htacess with following conditions..but I didn't get a solution for this..
I tried
1. RewriteRule ^#277 /new_page.php
2. RewriteRule ^index.php#277 /new_page.php
but it seems not working this line of code ..
Please anyone can help me.. Also, is there any other solution than URL rewriting to display the new page when visiting www.hostname.com#277 ?
Regards
Nissar
My website need a new page for the URL www.hostname.com#277.
ie, when users visiting this URL, it should see some page other than my home page (index.php)...
I tried URL redirect through htacess with following conditions..but I didn't get a solution for this..
I tried
1. RewriteRule ^#277 /new_page.php
2. RewriteRule ^index.php#277 /new_page.php
but it seems not working this line of code ..
Please anyone can help me.. Also, is there any other solution than URL rewriting to display the new page when visiting www.hostname.com#277 ?
Regards
Nissar