loveglass
Member
Posted 3 weeks ago #
Hi
I am having a big issue on my hosted domain. I wanted to activate wp e-commerce plugin without success. I have tried to put line in to .htaccess and also trick with php.ini file with line about memory. So far no result :-(. I am really exhausted with this problem and I regret to go in contract with 1and1.
Their service is really unhelpful and last mail they sent to me is :
I have received and read about your query/concern, and in an effort to
completely assist you, I have personally looked into the website itself
and as well as your account's webspace files and found out that you
have uploaded a .htaccess file(for PHP parsing from PHP4 to 5 purposes)
which is syntactically misconfigured that in return causes this 500
Error.
To resolve it, please make a slight correction from your .htaccess
file's syntax(if you really intend to have this configuration)
otherwise you may just disable it yet, so then it will have your webpage
back.
Does anyone can translate me what they want me to do?
Any help or suggestion are appreciate it.
THaks for help
LoveGlass
www.love-glass.co.uk
loveglass
Member
Posted 3 weeks ago #
my .htaccess file, I put there only line with AddType..... It's seems to me like all the other stuff was put there by 1&1, still error 500. What shall I do with it?
{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540
{\fonttbl\f0\fswiss\fcharset0 ArialMT;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\deftab720
\pard\pardeftab720\ql\qnatural
\f0\fs24 \cf0 AddType x-mapp-php5 .php}
loveglass
Member
Posted 3 weeks ago #
This one work for me
<files .htaccess>
order allow,deny
deny from all
</files>
ServerSignature Off
<files wp-config.php>
order allow,deny
deny from all
</files>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
boss2000
Member
Posted 2 weeks ago #
Do you need the e-commerce package at 1and1 for this plugin to work or the regular hosting will do?
Regular hosting (hopefully linux) should work with that plugin. If WordPress runs, so should that plugin.