1

I'm setting up a Virtual Server by HostEurope:

Apache 2.4 Ubuntu 14.04

I need the mod_rewrite function for my Wordpress Blog.

This is what I have done till now:

  1. ssh connect to my server
  2. vim /etc/apache2/apache2.conf
  3. changed: AllowOverride None to AllowOverride All (I tried FileInfo too)
  4. service apache2 reload
  5. vim /etc/apache2/sites-available/000-default.conf
  6. added:

    <Directory /var/www/html>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All 
            # I tried "FileInfo" too
            Order allow,deny
            allow from all
     </Directory>`
    
  7. service apache2 reload

Did i miss something here?

I called the phpinfo() function to check if mod_rewrite is listed there. But it's still missing.

Can anyone please help me with this?

Gerard Roche
  • 6,162
  • 4
  • 43
  • 69
KaiGuy
  • 211
  • 2
  • 9

0 Answers0