Skip to content

Commit 4b7d47d

Browse files
Create mod_write_apache
1 parent c58094c commit 4b7d47d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mod_write_apache

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo a2enmod rewrite && sudo service apache2 restart
2+
#sudo nano /etc/apache2/sites-available/000-default.conf
3+
#Below “DocumentRoot /var/www/html” add the following lines:
4+
#<Directory “/var/www/html”>
5+
# Options Indexes FollowSymLinks MultiViews
6+
# AllowOverride All
7+
# Order allow,deny
8+
# allow from all
9+
#</Directory>
10+
#
11+
sudo service apache2 restart

0 commit comments

Comments
 (0)