GazL
Forum Replies Created
-
Hi Slobodan,
I’ve made the changes as instructed and it works as expected.It would be nice to see this option available in a future release but this php fix has done the job.
Thanks again, Garry
Hi Slobodan,thanks for the speedy reply.
I’m aware the code will get over-written when I update the plugin. I’ll just re-apply the changes after the upgrade.
Please send me details so I can edit the php code.
Regards, Garry
Sorry, I posted in the wrong place
Forum: Localhost Installs
In reply to: 404 Error Cant setup multisite network on XAMPPJust thought I’d update this issue which was fixed some time ago
After adding the following code to the .htaccess file, Windows renamed the file when I saved it to htaccess.htaccess I didnt notice this at the time and this is why I had the error. Once I renamed it .htaccess the problem was resolved. Now I can create new sites, test plugins using WordPress and XAMPP.
RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: 404 Error: Can't figure out how to create a multi site network!I’m having the same problem as multimule but am trying to setup a multisite with subfolders using xampp and wordpress 3.4.1. I too have followed the instruction: http://codex.wordpress.org/Create_A_Network and get a 404 error on all new sites I create. Any help is greatly appreciated.