How to start Apache's rewrite function under Ubuntu

Source: Internet
Author: User

Executing in a terminal

sudo a2enmod rewrite

directive, the Mod_rewrite module is enabled.

Alternatively, you can open the Mod_rewrite module by connecting the/etc/apache2/mods-available/rewrite.load to the/etc/apache2/mods-enabled/rewrite.load. To operate with instructions is to:

sudo ln-s/etc/apache2/mods-available/rewrite.load/etc/apache2/mods-enabled/rewrite.load

A little hint.

In fact, when I did this in Ubuntu and restarted the Apache service, I still couldn't rewrite the web site properly. Here, there is one more thing to note:

sudo vim/etc/apache2/sites-enabled/000-default

To include:

AllowOverride None

Modified to:

AllowOverride All

The/etc/apache2/sites-enabled/000-default above is actually a/etc/apache2/sites-available/default connection. Allowwoverride None completely ignores the. htaccess file, and the rewrite rules that are defined in it are not valid.

Finally, don't forget to restart Apache with the following instructions:

Sudo/etc/init.d/apache2 restart.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.