I want to remove the index.php file extension, but what i do below doesn't work.
if($_SERVER['HTTP_REFERER']) == "www.domain.com/index.php")
header("Location: www.domain.com");
This brings me back to www.domain.com/index.php
How can I fix this?
Thanks


Reply With Quote
Bookmarks