Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Seo titles  (Read 5654 times)

Offline owensmith

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Seo titles
« on: September 25, 2013, 08:24:35 AM »
Hi i cant get the titles working,

The shop is stored in the main root.

When i change the htaccess.txt to htaccess.

I get a 500 error message.

Can someone help me please.

Thanks

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Seo titles
« Reply #1 on: September 25, 2013, 05:56:59 PM »
It suppose to be .htaccess
See dot in front
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline owensmith

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Seo titles
« Reply #2 on: September 26, 2013, 10:57:59 AM »
sorry yes

It is .htaccess

I typed it wrong

Problem still a 500

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Seo titles
« Reply #3 on: September 26, 2013, 06:54:40 PM »
check file permissions for .htaccess file. it must be 644
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline owensmith

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Seo titles
« Reply #4 on: September 27, 2013, 09:12:26 AM »
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

its named .htaccess and its

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.tpl">
Order deny,allow
Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Seo titles
« Reply #5 on: September 27, 2013, 11:58:56 AM »
file permissions?  do you see it in cpanel file manager?
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod