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 Quote Link to comment Share on other sites More sharing options...
weee Posted November 23, 2010 Author Share Posted November 23, 2010 May I please bump? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.