[Zen Cart] Internal I-Frames

Magic SEO URLs for Zen Cart.
wilkesy
Posts: 6
Joined: Tue Dec 09, 2008 3:37 pm

[Zen Cart] Internal I-Frames

Postby wilkesy » Tue Dec 09, 2008 3:41 pm

Hi,

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

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Internal I-Frames

Postby inveo » Tue Dec 09, 2008 3:53 pm

It is something outside MSU (iframe tags are leaved "as is" by MSU).

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.

wilkesy
Posts: 6
Joined: Tue Dec 09, 2008 3:37 pm

Re: [ZenCart] Internal I-Frames

Postby wilkesy » Tue Dec 09, 2008 4:01 pm

Hi,

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

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Internal I-Frames

Postby inveo » Tue Dec 09, 2008 4:19 pm

As I already said, it is something outside MSU. PM me your FTP login details, I guest it is some Rewrite Rule issue.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Internal I-Frames

Postby inveo » Tue Dec 09, 2008 5:03 pm

FTP is very slow (not responding), please try to place following code after RewriteBase line to .htaccess file:

Code: Select all

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)\.html$ $1.html [QSA,L]

wilkesy
Posts: 6
Joined: Tue Dec 09, 2008 3:37 pm

Re: [Zen Cart] Internal I-Frames

Postby wilkesy » Wed Dec 10, 2008 1:45 am

Morning!

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