Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weird url format

Status
Not open for further replies.

keak

Programmer
Joined
Sep 12, 2005
Messages
247
Location
CA
Hi there,
I just got thrown into this new web project, and the address of the site is

which is find somewhat strange, does anyone know what this is?
its a php application, I am guessing its running zend optimizer?

any input will be greatly appreciated.
 
Thanks,
I didn't know we can do that without the index.php part. Thanks!

on a side note, does anyone know how we can reverse compiled php files generated with the zend optimizer to get the original php source?
 
Yep, it's a GET-method replacement like sleipnir214 mentioned. I've seen it in numerous places and used it in some of my scripts as well.
 
The index.php or whatever can be specified as a default document. If only the domain is passed in the url, the server can search a list of default documents, and will serve the first one it finds

(Happens to be the DirectoryIndex directive in Apache's httpd.conf file)

jeb
\0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top