htaccess Is Not working in Linux(Debian) Apache2

.htaccess Is Not working in Linux(Debian) Apache2


Kasus
Link Url Aplikasi Web yang dibuat dengan Framework menampilkan tulisan "Link Not Found" kasus ini terjadi pada Debian Server 7.8

Solusi
Buka Control panel Situs root file, cek apakah file .htaccess sudah di upload, jika belum silahkan diuplad jika muncul pesan Duplicate. 


In Folder
root@server: /etc/apache2/sites-available>> There is file called default
In default we have to change it
From:
<Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>
TO:
<Directory /var/www/>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>
Its working. It's enabled use of .htaccess files.

Share this article :
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. abanxc - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger