Product detail page issues

More
12 years 5 months ago #20476 by ivan.milic
can you post direct link to that product page , when i go from menu it's ok???

Please Log in to join the conversation.

  • wvq
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 5 months ago #20551 by wvq

Please Log in to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #20563 by ivan.milic
you can add www. to not www links by using url rewriting.

in .htaccess
after

# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)

add this:

RewriteBase /

RewriteCond %{HTTP_HOST} ^todostencil\.com$ [NC]
RewriteRule ^(.*)$ www.todostencil.com/$1 [L,R=301]

RewriteCond %{HTTPS_HOST} ^todostencil\.com$ [NC]
RewriteRule ^(.*)$ www.todostencil.com/$1 [L,R=301]



sef must be enabled in joomla if you want this to work
Last edit: 12 years 5 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum