Quote:
Originally Posted by rohan_shenoy
If nothing helps, PHP can do it for sure, though it a bit more complicated.
EDIT: I just realized that it would be more easier than anything with PHP! 
|
I don't mind if it's php because, then i can just wrap the html inside the php, so as long as someone can tell me how to do it, it doesn't matter if it's php or html.
One thing that i was thinking of was to use mod_rewrite to mask the urls of all the pages to a single url, hence the end user wouldn't know the link for direct access to pages. eg: mask page1, page2, page3 url to
http://abc.com/abc.php. Now the user can't tell what is the link to page2 or page3.
The only problem is I do not know how to use mod_rewrite!!
Quote:
Originally Posted by dheeraj_kumar
You can do something using referrer links, although I dont know how to. Thats the complicated PHP rohan is talking about, I think.
|
It does not matter how complicated it is as long as someone can give me the entire script!!