rarebit Posted January 6, 2010 Share Posted January 6, 2010 Hi, I've just noticed an issue on my site and am wondering if it's either because of or solvable by mod_rewrite. Basically the home page displays images fine if you go to something like: www.here.com/index but if you just go to the root: www.here.com/ then no images display... I've tried using things like: RewriteRule ^$ index.phtml [QSA,L] but for some reason I think i'll have to use a redirect... Quote Link to comment https://forums.phpfreaks.com/topic/187437-rooted/ Share on other sites More sharing options...
rarebit Posted January 6, 2010 Author Share Posted January 6, 2010 mmm, worked... RewriteRule ^$ index.phtml [R] Quote Link to comment https://forums.phpfreaks.com/topic/187437-rooted/#findComment-989772 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.