We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58094c commit 4b7d47dCopy full SHA for 4b7d47d
mod_write_apache
@@ -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