[nycphp-talk] mod_rewrite changes
Matthew Terenzio
matt at jobsforge.com
Fri Jul 20 21:32:01 EDT 2007
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?
More information about the talk
mailing list