Re: Simple question
Shelly, for your use this will be just fine. A better approach would be
to configure your web server to 'forward' requests for problem.html to
whatyouwant.php.
In apache, you can specify a directive in .htaccess that will send the
browser a '301' moved status code with the new url.
Cheers,
Yong
Sheldon Glickler wrote:
"Rik" <luiheidsgoeroe@xxxxxxxxxxx> wrote in message
news:a4607$44baa69f$8259c69c$31682@xxxxxxxxxxxxxxxxxxx
It's possible in HTML, see
http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm. It's Bad
Practice though...
This worked perfectly. Thanks. BTW, why is it bad practice?
Shelly
.
Relevant Pages
- Re: Macro code
... >> All a web server is, is a program that accepts incoming connection ... >> requests, grants a connection, and satisfy's requests. ... the array index to designate which thread should use it. ... (comp.os.vms) - Re: Only 2 concurrent connections with window.open()?
... I am using client side JScript in Internet Explorer 6 SP1 to use a page to ... new browser windows get opened as expected, and it is evident that all are ... Active Server Pages 'Requests Executing' and 'Requests Queued' counters on ... client browser at any one time, i.e. they never reach the web server until ... (microsoft.public.scripting.jscript) - Re: What classes do I use to create a web proxy
... You could use a TcpListener object to listen for requests from the desktop application, and a TcpClient to connect to the original web server. ... You say that you "do not want to create a web service proxy nor do I want to do anything with web services". ... (microsoft.public.dotnet.languages.csharp) - Re: What classes do I use to create a web proxy
... You could use a TcpListener object to listen for requests from the desktop ... You say that you "do not want to create a web service proxy nor do I want to ... timeout and the web server regularly exceeds this, ... (microsoft.public.dotnet.languages.csharp) - Re: Update Performance
... that your transaction log file is on. ... >I have a stored procedure that is executed on every web request that we ... > On the web server, I get about 50 Requests a second. ... > If I comment out this line, I get about 350 Requests a second. ... (microsoft.public.sqlserver.programming) |
|