RE: [PHP] 404 Not Found -> refresh to directory

2005-07-15 Thread Terry Romine
php' Subject: RE: [PHP] 404 Not Found -> refresh to directory .htaccess: RewriteEngine on RewriteRule ^([\w-]+)$ index.php/$1 index.php: Best regards, Andras Kende http://www.kende.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

RE: [PHP] 404 Not Found -> refresh to directory

2005-07-14 Thread Andras Kende
-Original Message- From: Terry Romine [mailto:[EMAIL PROTECTED] Sent: Thursday, July 14, 2005 3:52 PM To: php Subject: [PHP] 404 Not Found -> refresh to directory I have a website that has several hundred agents in a mysql database. The client wants to be able to enter the domain.

RE: [PHP] 404 Not Found -> refresh to directory

2005-07-14 Thread Chris W. Parker
Terry Romine on Thursday, July 14, 2005 1:52 PM said: > I have a website that has several hundred agents in a mysql database. > The client wants to be able to enter the domain.com/agentname and be > redirected to a standard page where we show the agent information.

[PHP] 404 Not Found -> refresh to directory

2005-07-14 Thread Terry Romine
I have a website that has several hundred agents in a mysql database. The client wants to be able to enter the domain.com/agentname and be redirected to a standard page where we show the agent information. An example would be an agent named John Smith whose agentname would be jsmith. So the user