In this example, we use the nano editor and the virtualhost config file name is 000-default :
sudo nano /etc/apache2/site-enabled/000-default
In the file, find a line like this (if Novius OS is installed in a /var/www/ subdirectory):
<Directory /var/www>
AllowOverride None
Options FollowSymLinks
</Directory>
Change AllowOverride None by AllowOverride All. Save your change and restart Apache:
sudo service apache2 restart
You can try to run your WAMP server with administrator privileges.
Or you can try to change file permission on Novius OS directory, recursively on all subfolders. Give write access for everybody (Example for windows 7). Maybe restart server after.
You can give write permissions with your FTP client. For example, a tuto for Filezilla
chmod a+w means give write permissions for all users.
sudo apt-get install php5-gd
sudo apt-get install libgd2-xpm-dev*
Some distributions have removed the standard JSON extension as of PHP 5.5rc2 due to a license conflict.
sudo apt-get install php5-json
This problem exists for Web hoster Infomaniak.ch
Edit .htaccess file. Change this line:
Options +FollowSymLinks -Indexes
By:
Options +FollowSymlinks -SymlinksIfOwnerMatch -Indexes
Add a RewriteBase in the .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /novius-os-install-dir/