From a7a883dcb5fa6917a851a636060b8b3368eb7a42 Mon Sep 17 00:00:00 2001 From: Scott Pustay Date: Fri, 10 Jan 2014 16:35:59 -0800 Subject: [PATCH] adding wp notes --- wordpress_stuff.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 wordpress_stuff.txt diff --git a/wordpress_stuff.txt b/wordpress_stuff.txt new file mode 100644 index 0000000..18b5aff --- /dev/null +++ b/wordpress_stuff.txt @@ -0,0 +1,20 @@ + +When porting Wordpress, if permalinks can change the htaccess file but links still do not work, look at your apache config. + + + + ServerAdmin webmaster@localhost + + DocumentRoot /var/www + + + Options FollowSymLinks + AllowOverride None + + + Options Indexes FollowSymLinks MultiViews + AllowOverride All ### HERE- CHANGE None to All + Order allow,deny + allow from all + +