Hi, the url to 'About us' page does not seem to work. When I click on 'About us' in the footer the url link is 'mysite/shop/about_us' However the url should be 'mysite/shop/?route=information/information&information_id=4' The About us page is present on my server just the wrong url link.
Not sure if I have changed anything in the control panel of opencart that could cause this problem, or could I?
What file do I edit to change the url to the correct address?
Not sure if I have changed anything in the control panel of opencart that could cause this problem, or could I?
What file do I edit to change the url to the correct address?
Clean install - opencart v1.5.0.5 - My site
@PT StompS
Have a look in your .htaccess file and change the "RewriteBase" to:
@bobwhite
You've probably got a similar issue.
Have a look in your .htaccess file and change the "RewriteBase" to:
Code: Select all
RewriteBase /shop/
You've probably got a similar issue.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Hi fido-x,fido-x wrote:@PT StompS
Have a look in your .htaccess file and change the "RewriteBase" to:@bobwhiteCode: Select all
RewriteBase /shop/
You've probably got a similar issue.
I just found topic http://forum.opencart.com/viewtopic.php?t=38717 and this is actually me issue. My .htaccess file was renamed during migration. Renamed it back and problem fixed.
Thanks for your help,
Bob
I have the same problem here. However, I found out that it was replacing the url with the SEO keyword value - catalog/category or product/data tab. All the categories and products that used to have SEO keyword were displayed wrong - mydomain.com/SEO_keyword. So, I got rid of the keywords and it seems to be OK now. Still, it is not a solution but a temporary workaround.
My .htaccess is modified since I need to host a file, totally irrelevant to Open Cart, that requires SSL. I have put the following at the bottom of my .htaccess:
RewriteEngine On
RewriteCond %{SERVER_PORT} !port number
RewriteRule (.*) https://mydomain.com/whatever [R]
Note that this is at the bottom, the rest of the file has never been changed.
@ fido-x
I tried your suggestion but no luck
My .htaccess is modified since I need to host a file, totally irrelevant to Open Cart, that requires SSL. I have put the following at the bottom of my .htaccess:
RewriteEngine On
RewriteCond %{SERVER_PORT} !port number
RewriteRule (.*) https://mydomain.com/whatever [R]
Note that this is at the bottom, the rest of the file has never been changed.
@ fido-x
I tried your suggestion but no luck
http://myworldhandbook.com
http://bestseooffer.net
http://thelangpack.com
Who is online
Users browsing this forum: Amazon [Bot], Bing [Bot], Google [Bot] and 22 guests