When I login to my site initially it load index.php by default. We
can't see the page name index.php displayed in URL.
But when I click to some link on this page it will display the whole
path with file name on address bar and URL. I need that it should not
display my php files names on address bar and URL, how should I
achieve it?
Don't write links containing file names. But what is Your PHP question?
--
Sincerely Yours, AnrDaemon <anrd...@freemail.ru>
For that matter what is the Javascript question?
--
Richard.
Or perhaps HTML.
Or perhaps IIS.
Your problem is complex, your description vague. But, IF are running
Apache web server, a possible solution for you might be to look into
Apache's mod_rewrite extension that would give you a rule-based
rewriting engine to rewrite requested URLs on the fly.
HTH...
--
Gene Kelley
IT Consultant
Web Site Design & Development
Computer Network & System Administration
Villa Ridge, Missouri
<a href="http://www.myphpsite.com/?id=12345">Visit This part of My
Site</a>
This link returns the id of 12345 to the index.php or whatever...
you can see that on youtube.com watch?v=LllLLllLLL watch.php?v=...
with fwslash goes to index.php without slash goes to *.php
Not at all. Although not only the OP failed to recognize that, it is about
how URI references work as the OP already has the index document of their
Web server configured properly. Read RFC 3986.
F'up2 cl.php
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300...@news.demon.co.uk>
Nonsense. It could not be simpler and the description of it could not be
more clear.
> But, IF are running Apache web server, a possible solution for you might
> be to look into Apache's mod_rewrite extension that would give you a
> rule-based rewriting engine to rewrite requested URLs on the fly.
Break, fly, wheel.
F'up2 cl.php
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
This has absolutely nothing to do with PHP. If it isn't Apache, then it
must be javascript. PHP has nothing at all to do with the URL processing.
fup'd back to c.l.javascript
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================
And it has nothing to do with PHP. PHP is not involved in URI processing.
FUP'd back to c.l.javascript.
Nonsense, it has nothing to do with "javascript", and using ECMAScript
implementations is not going to help here. Besides, you are overlooking
that the language has nothing to do with the place where it is used.
ECMAScript implementations can be used server-side as PHP can be used
client-side.
> PHP has nothing at all to do with the URL processing.
Because of the mere fact that the OP uses PHP server-side, cl.php was and is
the group in the *already existing crosspost* where the problem would have
to be discussed further, if it requires to be discussed further.
> fup'd back to c.l.javascript
Idiot. You are not required to reply to a followup to a crossposting
posting that contains a F'up2 header to "turn it around". Learn to
understand how Usenet works, including how to quote.
X-Post & F'up2 cl.php
> *Subject:* How to avoid display of filename in URL
> *From:* RAZZ <rajat8...@gmail.com>
> *Date:* Thu, 21 Feb 2008 20:59:18 -0800 (PST)
<HTML><HEAD>
<META NAME="description" content="page name">
<META NAME="keywords" content="some keywords here because this is what
the search engine will see">
<TITLE>Your site title </TITLE>
</HEAD>
<FRAMESET ROWS="100%,*" BORDER="0" FRAMEBORDER="0">
<FRAME SRC="http://www.the site you are masking" SCROLLING="AUTO"
NAME="name" NORESIZE>
</FRAMESET>
</HTML>
Two mouse clicks to break out of it, but it's how the 'big boys' do it !
- Steve
>>> When I login to my site initially it load index.php by default. We
>>> can't see the page name index.php displayed in URL.
>>
>>> But when I click to some link on this page it will display the whole
>>> path with file name on address bar and URL. I need that it should not
>>> display my php files names on address bar and URL, how should I
>>> achieve it?
>>
>> Don't write links containing file names. But what is Your PHP question?
> For that matter what is the Javascript question?
Do You see any difference between
http://somewhere/
and
http://somewhere/index.php
?
What I mean "don't write links containing filenames".
That's great if you have a one page site.
relative links to the index page like:
<a href="./"></a>
seems to work for index.php
If your server is properly configured to do so, that is.
>>>>> When I login to my site initially it load index.php by default. We
>>>>> can't see the page name index.php displayed in URL.
>>>>> But when I click to some link on this page it will display the whole
>>>>> path with file name on address bar and URL. I need that it should not
>>>>> display my php files names on address bar and URL, how should I
>>>>> achieve it?
>>>> Don't write links containing file names. But what is Your PHP question?
>>
>>> For that matter what is the Javascript question?
>>
>> Do You see any difference between
>> http://somewhere/
>> and
>> http://somewhere/index.php
>> ?
>>
>> What I mean "don't write links containing filenames".
> That's great if you have a one page site.
It is not my problem, yes? :)
And even more, it is w3c recommendation to NOT expose any underlying
technology by prefixing/suffixing URI's with technology-specific data (s.a.
".php" or the like).
That is not what W3C recommends. They only recommend not changing URLs.
Indeed. However, they do recommend the avoidance of technology-specific
URLs as a means to achieving the ultimate goal of stable URLs.
So it's counter-productive to go around *changing* existing technology-
specific URLs to more neutral ones; but a good idea to use technology-
neutral URLs for new pages.
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 27 days, 17:56.]
Bottled Water
http://tobyinkster.co.uk/blog/2008/02/18/bottled-water/
Not true.
> Indeed. However, they do recommend the avoidance of technology-specific
> URLs as a means to achieving the ultimate goal of stable URLs.
>
> So it's counter-productive to go around *changing* existing technology-
> specific URLs to more neutral ones;
It is not, and the advisories make that clear:
http://www.w3.org/QA/Tips/uri-choose
http://www.w3.org/Provider/Style/URI
> but a good idea to use technology-neutral URLs for new pages.
ACK
F'up2 ciwam