Link to home
Start Free TrialLog in
Avatar of ramalingam-s
ramalingam-s

asked on

Easy

Hi

i want to disable from showing my file name in the address bar and the status bar.

for example

www.yahoo.com/rama/myfile.php3

I want in the address bar to show only

www.yahoo.com/rama/

I don't want to use frames!

Thanks for your help in advance
Avatar of a.marsh
a.marsh

From what I know the only way you can do that is by using frames.

You could do it by having every request on your web site go through a central PHP script, but that still wouldn't be perfect.

Why do you want to do this anyway? :oP

Ant
ASKER CERTIFIED SOLUTION
Avatar of us111
us111
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Or if it's only one script, you could call it index.php3 or something like that and make Apache or whatever your webserver is accept index.php3 as a valid index page (such as index.html, index.htm, etc.)
To hide the status bar entry (I assume you have a link that can be clicked on), you can use ...

<a href="/rama/myfile.php3" onMouseOver="self.status='Click me to do the thing!';return true" onMouseOut="self.status='You did not click me!';return true">Click me to do the thing!</a>

I agree with jlatour about hiding the link in the address bar.

Some servers will accept a LOT of filenames for the default document (index.htm, index.html, index.php, index.php3, index.php4, default.htm, default.html, etc).

If you want to pass parameters, then /rama/?param=1&param=2 should work, but in some cases the server may miss things out.

Regards,

Richard Quadling.
Watch out for the quotes in the <a> tag.

href, onMouseOver and onMouseOut start with double quotes "

self.status uses single quotes '

You cannot include single or double quotes in the string without escaping them.

When you do, some browsers will show the escape character in the hint, others do not.

Regards,

Richard Quadling.
Using a frameset to completely cover the page is actually a good idea as long as you remember to target all of the links.

Regards,

Richard Quadling.
A frameset with 1 frame in will do the job pretty well.

This is used by a LOT of sites (mainly ones that shouldn't be mentioned in front of grannies and children, ahem!).

Regards,

Richard Quadling.
ADMINISTRATION WILL BE CONTACTING YOU SHORTLY.  Moderators Computer101 or Netminder will return to finalize these if still open in seven days.  Please post closing recommendations before that time.

Question(s) below appears to have been abandoned. Your options are:
 
1. Accept a Comment As Answer (use the button next to the Expert's name).
2. Close the question if the information was not useful to you, but may help others. You must tell the participants why you wish to do this, and allow for Expert response.  This choice will include a refund to you, and will move this question to our PAQ (Previously Asked Question) database.  If you found information outside this question thread, please add it.
3. Ask Community Support to help split points between participating experts, or just comment here with details and we'll respond with the process.
4. Delete the question (if it has no potential value for others).
   --> Post comments for expert of your intention to delete and why
   --> YOU CANNOT DELETE A QUESTION with comments; special handling by a Moderator is required.

For special handling needs, please post a zero point question in the link below and include the URL (question QID/link) that it regards with details.
https://www.experts-exchange.com/jsp/qList.jsp?ta=commspt
 
Please click the Help Desk link on the left for Member Guidelines, Member Agreement and the Question/Answer process for further information, if needed.  https://www.experts-exchange.com/jsp/cmtyHelpDesk.jsp

Click you Member Profile to view your question history and keep them all current with updates as the collaboration effort continues, to track all your open and locked questions at this site.  If you are an EE KnowledgePro user, use the Power Search option to find them.  Anytime you have questions which are LOCKED with a Proposed Answer but does not serve your needs, please reject it and add comments as to why.  In addition, when you do grade the question, if the grade is less than an A, please add a comment as to why.  This helps all involved, as well as future persons who may access this item in the future to seek help.

To view your open questions, please click the following link(s) and keep them all current with updates.
https://www.experts-exchange.com/questions/Q.20087897.html
https://www.experts-exchange.com/questions/Q.20151838.html
https://www.experts-exchange.com/questions/Q.20139823.html
https://www.experts-exchange.com/questions/Q.20185160.html
https://www.experts-exchange.com/questions/Q.20187395.html


To view your locked questions, please click the following link(s) and evaluate the proposed answer.
https://www.experts-exchange.com/questions/Q.20097192.html
https://www.experts-exchange.com/questions/Q.20103766.html

**** PLEASE DO NOT AWARD THE POINTS TO ME. *****
 
------------>  EXPERTS:  Please leave your closing recommendations if this item remains inactive another seven (7) days.  If you are interested in the cleanup effort, please click this link https://www.experts-exchange.com/jsp/qManageQuestion.jsp?ta=commspt&qid=20274643 
POINTS FOR EXPERTS awaiting comments are listed here -> https://www.experts-exchange.com/commspt/Q.20277028.html
 

Moderators will finalize this question if still open in 7 days, by either moving this to the PAQ (Previously Asked Questions) at zero points, deleting it or awarding expert(s) when recommendations are made, or an independent determination can be made.  Expert input is always appreciated to determine the fair outcome.
 
Thank you everyone.
 
Moondancer
Moderator @ Experts Exchange
mod_rewrite might work as I said
Zero response from Asker.  Thanks for your input, us111 here; I have taken your recommendation and finalized this.  In the event Asker does return with additional needs to this question, please respond.
Moondancer - EE Moderator