Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-27, 14:51:24

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Cyberhost Service

Pages: 1 2 [3] 4 5 6
31
Indonesia Users / Re: .htaccess tidak berfungsi
« on: 2014-07-06, 07:47:54 »
.htaccess block negara tertentu
<Limit GET HEAD POST>
order deny,allow
deny from 81.52.168.0/23
deny from 188.138.10.163/32
deny from 188.138.78.129/32
allow from all
</Limit>

apabila salah harap di koreksi untuk lebih jelas bisa lihat di http://incredibill.me/htaccess-block-country-ips untuk ip seluruh negara

32
Indonesia Users / Re: .htaccess tidak berfungsi
« on: 2014-06-23, 18:05:29 »
apache
ngix proxy
ngix
hiawatha-proxy
hiawatha

tidak bisa semua dan lost tidak baca .htaccess nya

33
hostspectra.com still provides

34
Indonesia Users / Re: .htaccess tidak berfungsi
« on: 2014-06-17, 07:22:11 »
Saya coba hanya pakai

ErrorDocument 403 http://www.leanic.net
ErrorDocument 404 http://www.leanic.net
ErrorDocument 500 http://www.leanic.net

<Files ~ "^.*\.([Hh][Aa])">
order allow,deny
deny from all
satisfy all
</Files>

<Files index.php>
order deny,allow
deny from all
allow from validator.w3.org
allow from 139.195.89.23
</Files>

Note : .htaccess wp sama .htaccess kloxo default tetap ikut juga tidak bisa, kenapa yah MR ? saya sudah switch program to apache dan nginx jg sama

35
Indonesia Users / Re: .htaccess tidak berfungsi
« on: 2014-06-16, 23:05:50 »
saya ingin minta petunjuk dari MR bagian mana yah yang salah dari .htaccess tsb ?

Saya ingin index.php nya utk sementara hanya saya yang bisa akses dari ip saya , apakah sudah betul coding nya spt itu MR ?

36
Indonesia Users / Re: .htaccess tidak berfungsi
« on: 2014-06-16, 23:00:01 »
[root@wax ~]# sh /script/sysinfo

A. Kloxo-MR: 6.5.1.b-2014061502

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.x86_64
   2. PHP: php53u-5.3.28-4.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.mr.e6.x86_64
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.6-1.mr.el6.x86_64
   6. Nginx: nginx-1.7.1-1.el6.ngx.x86_64
   7. Cache: --uninstalled--
   8. Dns: bind-9.8.2-0.23.rc1.el6_5.1.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           992        807        185          0          7        296
   -/+ buffers/cache:        502        489
   Swap:         2047          0       2047

37
Indonesia Users / .htaccess tidak berfungsi
« on: 2014-06-16, 22:29:16 »
Dear MR,

saya ingin tanya kenapa pada web saya .htaccess nya tidak berfungsi yah ???

ErrorDocument 403 http://www.leanic.net
ErrorDocument 404 http://www.leanic.net
ErrorDocument 500 http://www.leanic.net

# RewriteCond %{HTTP_HOST} ^199\.175\.48\.183
# RewriteRule (.*) http://usx.cyberhostservice.net/$1 [R=301,L]

<Files ~ "^.*\.([Hh][Aa])">
order allow,deny
deny from all
satisfy all
</Files>

<Files index.php>
order deny,allow
deny from all
allow from validator.w3.org
allow from 139.195.89.23
</Files>

<Files error_log>
order allow,deny
deny from all
</Files>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
###Start Kloxo PHP config Area
### Please Don't edit these comments or the content in between. kloxo uses this to recognize the lines it writes to the the file. If the above line is corrupted, it may fail to recognize them, leading to multiple lines.
### begin content - please not remove this line

### MR -- attention
### 1. Move '#<Ifmodule !mod_php5.c>' until '#</Ifmodule>' on
###    above '###Start Kloxo PHP config Area'
### 2. Remove # in front of '#<Ifmodule !mod_php5.c>' and '#</Ifmodule>'
###    on point (1)
### 3. Remove # in front of 'AddHandler x-httpd-php52' to activate secondary-php
###    on point (1)
### 4. Or Remove # in front of 'AddHandler x-httpd-php' to activate primary-php
###    on point (1) if select suphp_worker/_event for primary-php

#<Ifmodule !mod_php5.c>
    #AddHandler x-httpd-php52 .php
    #AddHandler x-httpd-php .php
#</Ifmodule>

<Ifmodule mod_php5.c>
    php_value upload_max_filesize 16M
    php_value max_execution_time 180
    php_value max_input_time 180
    php_value memory_limit 64M
    php_value post_max_size 32M
    # php_flag register_globals Off
    php_flag display_errors
    php_flag file_uploads on
    php_flag log_errors
    php_flag output_buffering off
    php_flag register_argc_argv on
    # php_flag magic_quotes_gpc Off
    # php_flag magic_quotes_runtime Off
    # php_flag magic_quotes_sybase Off
    php_flag mysql.allow_persistent off
    # php_flag register_long_arrays Off
    php_flag allow_url_fopen on
    php_flag cgi.force_redirect on
    php_flag enable_dl on
    php_flag max_input_vars 3000
</Ifmodule>

### end content - please not remove this line

###End Kloxo PHP config Area

Options All -Indexes
IndexIgnore *
LimitRequestBody 10240000

38
Indonesia Users / Re: Downgrade MYSQL 5.5 to 5.1
« on: 2014-06-16, 22:28:17 »
Pada saat install keluar beberapa error krn pakai cPanel saja tidak bisa menggunakan mysql 5.5 makanya saya minta hoster saya downgrade jadi 5.1

39
Indonesia Users / Re: Downgrade MYSQL 5.5 to 5.1
« on: 2014-06-16, 22:09:41 »
Saya ada shopping cart interspire yg tidak bisa pakai my sql 5.5 MR

40
Indonesia Users / Downgrade MYSQL 5.5 to 5.1
« on: 2014-06-16, 21:33:22 »
Dear MR,

Bagaimanakah cara downgrade mysql 5.5 menjadi 5.1

apakah ada link tutorial yg dpt saya pelajari ?

41
Bisa di check pada control panel admin 
?  admin — Servers — localhost — {File Manager} — Disk Usage

43
Indonesia Users / Re: Kirim Email Error
« on: 2014-06-12, 21:01:32 »
Saya sudah PM anda MR dan tolong di bantu karena jujur saya masih gaptek dalam hal ini

44
Indonesia Users / Re: Kirim Email Error
« on: 2014-06-12, 17:47:31 »
Untuk kirim email ke gmail atau yahoo tidak ada masalah tp saya test kirim ke domain selalu mail fail terus

contoh saya kirim dari sales@cyberhostservice.com ke erwin@leanic.net mail fail
tapi dari erwin@leanic.net ke sales@cyberhostservice.com tidak ada masalah

dan juga terjadi pada pengiriman massal ke domain domain yg lain jg sama

Tolong di bantu untuk masalah ini MR

45
Indonesia Users / Re: Kirim Email Error
« on: 2014-06-12, 12:58:56 »
Maaf MR melanjutkan pembahasan ini, saya test pakai cPanel trial dan kembali kirim email menggunakan cPanel kenapa tidak ada masalah ? sementara saya pakai Kloxo MR mengalami hambatan

Pages: 1 2 [3] 4 5 6

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.031 seconds with 17 queries.

web stats analysis