Shopping Cart Operations > Support

Seo titles

(1/2) > >>

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

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

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]

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod