Hi,
I have the following .htaccess file:
Now if i try visiting this link:PHP Code:RewriteEngine on
RewriteBase /
RewriteRule ^homelogin$ http://www.prima.cse.salford.ac.uk:8080/~ibrarhussain/index.php [L]
RewriteRule ^homepage$ http://www.prima.cse.salford.ac.uk:8080/~ibrarhussain/view/index.php [L]
http://www.prima.cse.salford.ac.uk:8...sain/homelogin
The URL should stay the same, yet instead it changes back to index.php..?
Why is this?
How can i fix this?
Thanks








Bookmarks