NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP And Search Engines

Mitch Pirtle mitch.pirtle at gmail.com
Wed Sep 29 19:34:36 EDT 2004


On Wed, 29 Sep 2004 18:55:55 -0400, Joseph Crawford <codebowl at gmail.com> wrote:
> yea i didnt know you could alter this stuff with htaccess can you
> implement mod_rewrite with htaccess?

Yep, and can quote the .htaccess supplied by Mambo as an example:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

That works for us, and we added it specifically for folks with the El
Cheapo (TM) $5 monthly hosting plan.

-- Mitch, loving the slashdot coverage :D



More information about the talk mailing list