If you're facing error "403 forbidden" in url that definitely having an index.php, it could be because you don't add index.php in nginx configuration file. Adding index.php will solving the problem.
Find the following line in nginx.conf:
location / {
root html;
index index.html index.htm;
}
then change it to:
location / {
root html;
index index.php index.html index.htm;
}
for another nginx "403 Forbidden" problem, you can read it in http://nginxlibrary.com/403-forbidden-error/.
Have a good time.... :D ;)
Category
- Android (42)
- Android Studio (1)
- Android Tips (5)
- Assembly (3)
- Bash (1)
- Basic (1)
- berita (16)
- Biology (5)
- Bisnis (1)
- C++ (2)
- Canvas (1)
- Christianity (3)
- Database (8)
- Donation (1)
- Ebook (8)
- Editor (1)
- Email (1)
- Free (2)
- gambar (3)
- Game (3)
- Gradle (1)
- Graphic (2)
- Gratis (1)
- handphone (1)
- hidupku (106)
- How To (41)
- Icon (2)
- informasi (49)
- Internet (2)
- Introduction to Programming Using Java (6)
- Java (9)
- Kaizen (1)
- Kata-kata bijak (43)
- Kata-kata Motivasi (46)
- Kesehatan (4)
- Library (1)
- LibreOffice (1)
- Linux (17)
- lua (2)
- Manga (1)
- mediawiki (1)
- Mitos (4)
- Motivasi (51)
- Motivation (12)
- musicXML (1)
- Musik (3)
- My Life (7)
- Myth (1)
- Networking (5)
- OOP (1)
- OpenDocument (1)
- Opini (84)
- Opinion (5)
- Otak (2)
- pemrograman (42)
- pemrograman visual (18)
- Pengembangan Diri (28)
- Pengenalan Pemrograman Menggunakan Java (7)
- Pengetahuan dasar (1)
- Personal Building (34)
- PHP (1)
- Printer (3)
- Programming (1)
- Qt (4)
- Quote (1)
- Review (2)
- Saran (2)
- Science (1)
- Script (1)
- Security (2)
- Sistem Informasi (11)
- Situs (4)
- Slackware (20)
- Social (2)
- Software (28)
- SQLite (1)
- Teknologi (2)
- thunderbird (1)
- Tips (1)
- Tumbuhan (2)
- Tutorial (15)
- Video (2)
- virus (2)
- Visual Basic 6 (5)
- Windows (8)
- Windows 10 (1)
- Windows 8 (2)
- Wise Agenda (41)
Diberdayakan oleh Blogger.
Sabtu, 13 Oktober 2012
Nginx not automatically load index.php
by Unknown | 
in Sistem Informasi
at Sabtu, Oktober 13, 2012
-
Setting DHCP Server pada ZTE F660 (ZXHN F660)
-
Port Forwarding di ZTE f660
-
Konversi Pound (Lbs) ke Kg
-
Langkah-langkah flashing Rom Tablet Vandroid T4i Amlogic
-
Cara Root Advan T4i Amlogic
-
Mengatasi The Panel key is locked Sony 3LCD Projector
-
benarkah Combantrin bisa menyembuhkan sakit gigi?
-
Arti Songong
-
Mitos ayam berkokok saat maghrib ada wanita hamil pra-nikah
-
Biji Terkecil dan Biji Terbesar Di Dunia
0 comments:
Silahkan tinggalkan komentar anda: