Page tree

Versions Compared

Key

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

...

This can be accomplished using Apache's Rewrite.

Enable Rewrite Module

With Ubuntu this is very easy,

Code Block
langhtml
sudo a2ensite

Will result in showing a list of modules that you can enable. Select You want to enable rewrite. If it is not there than it might already be enabled.

...