Ubuntu 14.04 – phpMyAdmin – htaccess

# aptitude install phpmyadmin # php5enmod mcrypt # service apache2 restart # vi /etc/apache2/conf-available/phpmyadmin.conf Nach <Directory /usr/share/phpmyadmin> Options FollowSymLinks DirectoryIndex index.php folgendes einfügen: AllowOverride All Nun zur…

mehr lesen…

Apache 2.4 – htaccess zulassen

<Directory "/"> Options MultiViews SymLinksIfOwnerMatch AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,MultiViews,FollowSymLinks,SymLinksIfOwnerMatch Order allow,deny allow from all </Directory>

mehr lesen…