Jason Wong wrote:
On Thursday 12 August 2004 21:37, John Nichel wrote:
Jay Blanchard wrote:
a. Have you sent this to an Apache list?
2. I just almost cannot bring myself to say it, but this relates to PHP
how?
Didn't you get the memo? To be PC, we now have to answer all questions
releated to php
On Thursday 12 August 2004 21:37, John Nichel wrote:
> Jay Blanchard wrote:
>
>
> > a. Have you sent this to an Apache list?
> > 2. I just almost cannot bring myself to say it, but this relates to PHP
> > how?
>
> Didn't you get the memo? To be PC, we now have to answer all questions
> releated t
Jay Blanchard wrote:
a. Have you sent this to an Apache list?
2. I just almost cannot bring myself to say it, but this relates to PHP
how?
Didn't you get the memo? To be PC, we now have to answer all questions
releated to php or not. ;)
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAI
Jay Blanchard wrote:
2. I just almost cannot bring myself to say it, but this relates to PHP
how?
oh boy, you are going to get a heap of hate mail for saying that.
--
Raditha Dissanayake.
http://www.radinks.com/sftp/
[snip]
struggling with the following:
I have an URL
www.mycompany.com/index.php?id=10&a=1&b=2&c=3
What I want to do is using mod_rewrite have
www.mycompany.com/10/?a=1&b=2&c=3
Have tried the following rewrite rules in .htaccess
RewriteEngine on
RewriteCond%{REQUEST_FILENAME} !-d
Rewrite
It might be easier to do something like
ForceType application/x-httpd-php
Then you could have your url
http://mycompany.com/view/10/?a=1&b=2&c=3
You can do the same thing with / but the scope ends up pretty big and
creates a lot of extra unnecessary processing.
-Ed
> -Original Messa
6 matches
Mail list logo