Jump to content

The detail page of product didn't show


msexmate.com

Recommended Posts

When clicking on any link, CubeCart sends back the Homepage.

This suggests that the .htaccess file in CubeCart's main folder is not rewriting the SEO path correctly.

That is, this URL gets us to the proper page:

www.msexmate.com/?seo_path=test-category/test-product

So, please examine the .htaccess file and make sure these exact statements appear near the end:

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico
  RewriteRule ^(.*)?$ index.php?seo_path=$1 [L,QSA]
</IfModule>

 

Link to comment
Share on other sites

On 9/29/2021 at 12:09 AM, bsmither said:

When clicking on any link, CubeCart sends back the Homepage.

This suggests that the .htaccess file in CubeCart's main folder is not rewriting the SEO path correctly.

That is, this URL gets us to the proper page:

www.msexmate.com/?seo_path=test-category/test-product

So, please examine the .htaccess file and make sure these exact statements appear near the end:

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico
  RewriteRule ^(.*)?$ index.php?seo_path=$1 [L,QSA]
</IfModule>

 

Thank you so much.

But i check the htaccess file. the code you mentioned is already exist.

When clicking on any link, CubeCart sends back the Homepage.

Link to comment
Share on other sites

14 minutes ago, bsmither said:

Please consult with GoDaddy to confirm that the Apache server configuration file is allowing overrides, as well as having the mod_rewrite module enabled, so that the instructions about URL Rewriting in the .htaccess file is being executed.

 

Thank you so much . I will check ASAP.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...