Ada yang pernah 403 Forbidden ?


Status
Not open for further replies.

hositngku1234

Apprentice 2.0
Saya telah cek website http://tanzilsoft.com/ beserta subdomainnya terkena problem ini

Forbidden
You don't have permission to access / on this server.
Server unable to read htaccess file, denying access to be safe

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Cara mengatasinya gmn ya? Saya cek chmod udah bener
 
itu di pesannya sudah jelas

"Server unable to read htaccess file, denying access to be safe"

berarti .htaccess nya bermasalah
 
itu di pesannya sudah jelas

"Server unable to read htaccess file, denying access to be safe"

berarti .htaccess nya bermasalah


Saya menggunakan php bukan wordpress.

Isi file .htaccess yang buat eror dimananya yah?

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
 
apakah di domain utama dan sub domain ada filenya ?

Kalo ada cek settingan file htaccess nya ,

Kalo semua default , biasanya adalah salah konfigurasi ke module phpnya yg perlu di compile ulang

Domain utama ada file begitu saya coba subdomain baru file kosong tetap ada eror ini

You don't have permission to access / on this server.
Server unable to read htaccess file, denying access to be safe

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
 
sudah coba hubungi provider hostingnya?
 
Status
Not open for further replies.
Back
Top