Example:
i want website.com/content/linkpage.php
to look like
website.com/content/?>=1211
or something like it
Please explain well ive tried other tutorials but i didnt get it
Example:
i want website.com/content/linkpage.php
to look like
website.com/content/?>=1211
or something like it
Please explain well ive tried other tutorials but i didnt get it
Are you sure about that? Most people want this:
mysite.com/index.php?page=home
or something similar, to look more like this:
mysite.com/home
... is that what you're asking about?
yeah exactly like that
I mean eactly like urs
can someone help me with changing
www.site.com/content/index.php
to
www.site.com/content/index.php?p&id=1
or something like that for my "link" site so that when someone clicks on a
hotlink it doesnt show the youtube url
but it shows www.site.com/content/index.php?p&id=1
software
WAMP wich contains php mysql apache
Didn't you already ask this question? And I'm pretty sure it was answered.
weeeell i want someone to make an text tutorial not an wiki page-.-
Threads merged.
Does Salesforce.com inc. know you're trying to change their site?
(Hint: see example.com for the appropriate Internet standard.)
And tutorials are linked to in the fourth paragraph of the summary on the manual (not wiki) page already provided. Unless "tutorial" is slang for "code someone else has written that I can just copy".
IIRC, there's a story on this site, by its founder, describing how he did exactly that for some "citysearch" type site he was building ten or so years ago, or more.
Brad's got a point, mod_rewrite can do this, but you can also do it with PHP and Apache by using a ForceType directive and writing a script that reads the QS and/or REQUEST_URI to parse its configuration vars....