redfordnl Posted October 2, 2010 Share Posted October 2, 2010 Hello friends,When I enable Friendly URL's in backoffice, some of my modules crash. The modules that are crashing are the WizNav-module, Product Rating module and the Language-Currency module. What happens is that after enabling friendly urls, you see big question marks in those three modules, for the rest everything is workin fine! So no trouble with .htaccess file, pretty sure about that.What could it be?? Link to comment Share on other sites More sharing options...
Truemedia Posted October 2, 2010 Share Posted October 2, 2010 The modules aren't designed to work with friendly urls possibly or they use information which requires the normal url to extract information from. Link to comment Share on other sites More sharing options...
redfordnl Posted October 3, 2010 Author Share Posted October 3, 2010 ok, i understand. But there must be a fix maybe in a tpl-file or some like that....friendly urls. are important for my SEO Thanks Link to comment Share on other sites More sharing options...
Truemedia Posted October 3, 2010 Share Posted October 3, 2010 Well the code you would need to change would be in both the tpl and php of a module, although searching through all those modules for the code and modifying it would be very time consuming and I'm very busy atm.You could try replacing those modules with simillar ones that work with seo friendly url's Link to comment Share on other sites More sharing options...
jimmiqbaa Posted October 3, 2010 Share Posted October 3, 2010 You have invalid links to images see your css file for links or You can just put required images in.the question mark is just a standard image for image not found error Link to comment Share on other sites More sharing options...
redfordnl Posted October 3, 2010 Author Share Posted October 3, 2010 it wasn't all of that you guys were sayin'. I fixed all three in maybe 5 minutes...problem was in the php-files and tpl-files.problem was this..before change (not working all three)img src="modules/wiznav/img/aboutus.png" after change (all three working)img src="{$base_dir}modules/wiznav/img/aboutus.png"simples as that just add {$base_dir} for "modules" with friendly url enabled. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now