AbanteCart Community

Shopping Cart Operations => Support => Topic started by: owensmith on September 25, 2013, 08:24:35 AM

Title: Seo titles
Post by: owensmith 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
Title: Re: Seo titles
Post by: abantecart on September 25, 2013, 05:56:59 PM
It suppose to be .htaccess
See dot in front
Title: Re: Seo titles
Post by: owensmith on September 26, 2013, 10:57:59 AM
sorry yes

It is .htaccess

I typed it wrong

Problem still a 500
Title: Re: Seo titles
Post by: abolabo on September 26, 2013, 06:54:40 PM
check file permissions for .htaccess file. it must be 644
Title: Re: Seo titles
Post by: owensmith 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]
Title: Re: Seo titles
Post by: abolabo on September 27, 2013, 11:58:56 AM
file permissions?  do you see it in cpanel file manager?