umm, where's the question?
'Now what I need to do is check IIS port and
to point it to another port in order to run ASP files on IIS'
Change the port then.
As long as you realise the webpages it serves will no longer be available using http://www.domain.com and instead you need to use...
I have written a php cms that allows users to create a virtual name for each menu entry eg. home.html instead of things like index.php?page=1. The ErrorDocument is then pointing to a php script which is responsible for finding the correct content and presenting it to the user. I noticed the...
If you only specify a filename it will look in it's current directory (which is where download.php is located).
Try,
readfile( '../directory2/test.zip' );
I am taking a string and trying to convert it into a url friendly version. In short, I need spaces changed to "_" and only letters and numbers. e.g "Special's Menu Today?" -> "Specials_Menu_Today.html"
I can use str_replace for some parts or make an array of valid/invalid characters, but I'd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.