- Posts: 14116
- Thank you received: 1639
Product detail page issues
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 5 months ago #20476
by ivan.milic
Replied by ivan.milic on topic Product detail page issues
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
Less
More
- Posts: 45
- Thank you received: 0
12 years 5 months ago #20551
by wvq
Replied by wvq on topic Product detail page issues
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago - 12 years 5 months ago #20563
by ivan.milic
Replied by ivan.milic on topic Product detail page issues
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
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