Problem with site

Status
Not open for further replies.

unisa

New Member
Messages
4
Reaction score
0
Points
0
Not that I remember actually. I had installed wordpress before though..
Here is the file. See anything wrong there?


"
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName unisa.x10hosting.com
AuthUserFile /home/unisa/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/unisa/public_html/_vti_pvt/service.grp
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
AddType ,&amp;quot;application/x-www-form-urlencoded html
AddType application/x-www-form-urlencoded php html

"
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
I commented the following lines:
Code:
AddType ,&amp;quot;application/x-www-form-urlencoded html
AddType application/x-www-form-urlencoded php html
That shouldn't be there.

I'm getting lots of strange errors on your WP. I recommend you to re-install the whole script.
 

unisa

New Member
Messages
4
Reaction score
0
Points
0
I removed the lines but i still get the same error. Any idea how the file should be?
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Have you tried reinstalling WordPress ?
I think those errors are cause by a bad installation or messed files/database.
 
Status
Not open for further replies.
Top