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 + +