👨‍🏫 Tutorial How to install / enable mod_rewrite on ubuntu 12.10 with apache2 and php

Status
Not open for further replies.

Draft

Administrator
After you've installed the Apache web-server and php on Ubuntu 12.10, you find out there is no mod_rewrite installed and available.

Here is how to install mod_rewrite on Ubuntu 12.10
(actually, this is actual for at least Apache on Ubuntu 6.04 and earlier).
Launch a terminal and run:

Code:
sudo su
sudo a2enmod rewrite
 
sudo service apache2 restart
 or
sudo /etc/init.d/apache2 restart


Restart apache. Done.
 
Status
Not open for further replies.

About this Thread

  • 1
    Replies
  • 2K
    Views
  • 2
    Participants
Last reply from:
JeaPrimeTV

Online now

Members online
493
Guests online
2,908
Total visitors
3,401

Forum statistics

Threads
2,299,308
Posts
29,129,230
Members
1,201,943
Latest member
Bauti2011
Back
Top