Show Posts


Messages - owensmith

Pages: [1]
1
Support / Re: Seo titles
« 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]

2
Support / Re: Seo titles
« on: September 26, 2013, 10:57:59 AM »
sorry yes

It is .htaccess

I typed it wrong

Problem still a 500

3
Support / 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

Pages: [1]

Powered by SMFPacks Social Login Mod