Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now you need to edit the HTTPD config file and make the following changes.

Code Block
languagebash
titleEdit the webserver configuration
# The location of the configuration file may vary depending on the OS.
$ sudo vim /etc/apache2/httpd.conf

...


Step 1: Uncomment the following two lines so the "mod_include" and "mod_rewrite" modules are loaded on server startup.

...