weee Posted November 22, 2010 Share Posted November 22, 2010 Is it possible to create a rewrite rule where it will always point to the php script rather than show the contents of the directory? For example, I would like localhost/images RewriteRule ^images/?$ index.php?act=images But I get: localhost/images/?act=images because I have a folder called images. Is there anyway to get around this and force mod_rewrite to by default "mask" the directory? Thanks! weee Link to comment https://forums.phpfreaks.com/topic/219465-url-with-folder-name/ Share on other sites More sharing options...
weee Posted November 23, 2010 Author Share Posted November 23, 2010 May I please bump? Link to comment https://forums.phpfreaks.com/topic/219465-url-with-folder-name/#findComment-1138750 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.