News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Seo titles

Started by owensmith, September 25, 2013, 08:24:35 AM

Previous topic - Next topic

owensmith

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

abantecart

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

owensmith

sorry yes

It is .htaccess

I typed it wrong

Problem still a 500

abolabo

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

owensmith

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]

abolabo

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

Forum Rules Code of conduct
AbanteCart.com 2010 -