Kinda like asking a Wings question on a Beatles list,:


I recently upgraded PHP and had to recompile Apache and all it's modules.

I now notice that where I had once never really needed to explicitly make a rewrite rule for every case, i.e

RewriteRule /about /about.php

would also work for:

/register going to register.php

and every similar case.

I now have to state each unique case.

Also noticed that for directories:

/?something=something

used to be synonymous with

/index.php?something=something

but no longer is.

Did I miss a directive somewhere?

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to