Not Found Apadche2
- by user285814
i have installed apache2, actual php version, mysql server and vsftp on my new ubuntu server.
I also installed wordpress and gave the user www-data all rights for /var/www/* and put it to 755. I hooked the Domain to the server with * and @ a-record.
Now, everytime when i open a Page, it says 404 file not found on server.
i dont know how to fix this.
can you help me?
Edit: I think its because mod_rewrite. i installed mod_rewrite with:
sudo a2enmod rewrite
sudo service apache2 restart
but it still doesnt work.