[Zen Cart] Internal I-Frames
[Zen Cart] Internal I-Frames
Ive just installed the MSU onto my website at http://www.funkyfancydress.com and ive noticed that it doesnt handle <iframe> urls properly. Please see this page
http://www.funkyfancydress.com/fun-cost ... -1860.html
Click on the 'Sizes' tab and you will see that it is loading up the homepage for some reason? The iframe should contain a static html page at http://www.funkyfancydress.com/rasta-imposta-sizes.html
Please can you investigate and let me know?
many thanks
Paul
Re: [Zen Cart] Internal I-Frames
Your iframe code is following:
Code: Select all
<iframe src="http://www.funkyfancydress.com/rasta-imposta-sizes.html" width="600" height="300" scrolling="no" frameborder=0 name="content"></iframe>
The problem is that http://www.funkyfancydress.com/rasta-imposta-sizes.html location is not working.
Re: [ZenCart] Internal I-Frames
Thanks for getting back to me.
That link definately does work. It appears the MSU tries to alter ANY static HTML page that is on the backend ofthe website. Try selecting some of the static HTML links at the bottom of the page and you will notice that none of these work? MSU is trying to translate them into Zencart code! Not good!
If you want to view the website as standard goto www.funkyfancydress.co.uk as i have the multisite module installed so you will see an almost mirror image.
Your quick help on this would be appreciated, otherwise ill have to uninstall for now as i have alot of static HTML landing pages on my site.
Many thanks
Paul
Re: [Zen Cart] Internal I-Frames
Re: [Zen Cart] Internal I-Frames
Code: Select all
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)\.html$ $1.html [QSA,L]
Re: [Zen Cart] Internal I-Frames
I have added your solution to my htaccess file and everything seems to be working great.
Many thanks for your help with this, much appreciated.
Paul