Please help

Status
Not open for further replies.

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Stoli sever is functioning correctly.
So it is a problem with your account.
Can you let us know if you did anything to the .htaccess file?
If so,you have to replace the same with a new but empty one.
Also verify if all folders are given a 755 permissions and all files with 644 permissions.
If that does not work, just zip move all files in the public_html into a temporary folder and check if your site works then..
else revert back.
 

hrach.9546

New Member
Messages
5
Reaction score
0
Points
0
This is my .htaccess . What change ?

Options -Indexes
ErrorDocument 402 http://armob.x10.mx/?err
ErrorDocument 403 http://armob.x10.mx/?err
ErrorDocument 404 http://armob.x10.mx/?err
ErrorDocument 500 http://armob.x10.mx/?err
DirectoryIndex index.php

RemoveHandler .phtml .php3 .php4 .php5 .php6 .phps .cgi .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py
AddType application/x-httpd-php-source .phtml .php3 .php4 .php5 .php6 .phps .cgi .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py

php_flag display_errors 0
php_value error_reporting 7
php_value register_globals 0
php_flag session.use_trans_sid off
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value allow_url_fopen 0
php_value arg_separator.output "&"
AddDefaultCharset UTF-8

<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A1209600
<FilesMatch \.php$>
ExpiresActive Off
</FilesMatch>
</IfModule>

RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]

---------- Post added at 09:03 AM ---------- Previous post was at 08:42 AM ----------

I delete my .htacess file and site workes , but i need .htacess :frown:
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
php_flag and php_value are not allowed on Free Hosting, you will need to completely remove all of those directives.
 
Status
Not open for further replies.
Top