I'm running phpMyFAQ 2.5.0-alpha and noticed when I enable mod_rewrite in the admin that the template for the site does not load properly.
I found that there are several places in the template and other various include files which do not have a / in front of the path's which breaks the path to the images.
This occures with the the path to the javascript and css files as well as the category images and icons just above the rating area and all of the rss.gif files.
I have corrected the file path's in the template and other files to correct the issue.
Hope this helps.
-Tom
mod_rewrite template bug
Moderator: Thorsten
Hi,
could you please post your fixes?
bye
Thorsten
could you please post your fixes?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
There are too many fixes to list here.
I executed a 'find and replace' on all of the template files and looked for 'img' tags and then manually removed the leading / from all of them.
Then I test, test, test, check my logs, to make sure everything is correct.
Fortunately the template is not overly complicated with images.
I executed a 'find and replace' on all of the template files and looked for 'img' tags and then manually removed the leading / from all of them.
Then I test, test, test, check my logs, to make sure everything is correct.
Fortunately the template is not overly complicated with images.