News:

Looking for documentation? Take a look on our wiki

Main Menu

See Cart under Home Page ?!

Started by kirra, October 19, 2013, 07:40:10 AM

Previous topic - Next topic

kirra

Hello All,  ;)
I have a strange thing  with Joomla 2,5  and VM 2.0.22c
When I clic on the "see cart" popup the detail page come under the home page... Someone can help me to solve that to have a full page ... ?
Thanks in advance.
Kirra

Jumbo!

That sounds like a problem created by your Joomla Template. Post the link of your site so that I can check the issue.

kirra

Hi Jumbo Thanks for ur reply.
I "solved" the problem by disabling the rewriting url in the joomla config, but now the add to cart doesn't in Firefox and safari.
I try to add "www" to the url and it work for both... but I don't have any idea how fixing the www in the Url..

Here the website: afmontecarlo.com

Thanks a lot if u have any idea
Kirra

Jumbo!

That is not very tough. Ideally all traffic should resolve same domain name structure. You can easily redirect non 'www' traffic to 'www' by writing three small line of codes in your .htaccess file located at the root of your site.

Add something like this immediately after RewriteEngine on:

RewriteCond %{HTTP_HOST} ^afmontecarlo\.com$
RewriteRule ^(.*) http://www.afmontecarlo.com/$1 [R=301]

kirra

#4
Hi Jumbo ,

thank's but don't work.. below the file if u can have a look... Thanks in advance .



Jumbo!

You have not yet renamed htaccess.txt to .htaccess

Read this Joomla document to learn more: http://docs.joomla.org/How_do_you_convert_an_htaccess.txt_file_into_a_.htaccess_file%3F

kirra

Jumbo !

In french we said MERCI ;-) If I can help here for anything this is with pleasure.
All my best

Jumbo!

I am glad your problem is resolved.