adt2007 Posted March 22, 2008 Share Posted March 22, 2008 for example, i want users to be able to access "chat.php" by typing in website.com/chat RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]+)/chat/?$ /chat.php [L] am i correct in thinking this is how its done? Link to comment https://forums.phpfreaks.com/topic/97378-pagephp-to-page-with-mod_rewrite/ Share on other sites More sharing options...
BlueSkyIS Posted March 22, 2008 Share Posted March 22, 2008 have you tried it to see what happens? Link to comment https://forums.phpfreaks.com/topic/97378-pagephp-to-page-with-mod_rewrite/#findComment-498294 Share on other sites More sharing options...
adt2007 Posted March 22, 2008 Author Share Posted March 22, 2008 nope because i am worried i will muck up my site =) Link to comment https://forums.phpfreaks.com/topic/97378-pagephp-to-page-with-mod_rewrite/#findComment-498296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.