milordk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Localization‘ll Wait:) And of course, tell me the address where to send po-file ..
Forum: Networking WordPress
In reply to: Pages/posts don't work, only home pageCheck Permalink’s
Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)The proposed solution above all still working! Necessary to section
location ~* \.php$
to rewrites .. (On the subdomain problems logical not)Final decision for WP MS Subfolders:
if (!-e $request_filename) { rewrite ^.+?(/wp-.*) $1 last; rewrite ^.+?(/.*\.php)$ $1 last; rewrite ^ /index.php last; } location ~ \.php$ { root /../; index.php; .. } location / { root /../; index.php; rewrite ^.*/files/(.*)$ /wp-includes/ms-files.php?file=$1 last; .. }
Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)Andrea_r,
You might result code settings on your site?Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)The proposed rules on the link – should be approached .. But! do not fit:)
Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)ipstenu
With WordPress MU familiar yet with the version 2.6.x .. The problem is that he never had to deal with subfolders;)
Learn to work with. Htaccess is not possible, at least, Igor Sysoev – strongly emphasizes the harm of this approach as a rewrite:)
Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)Andrea_r,
According to the proposed link does not even hint at the issues raised:)By the way
define ('WP_ALLOW_MULTISITE', true);
Network does not add to the menu administration panel … On a clean installation – this option performs its function.Brute-force options for rules – images and styles are loaded, but the administrative panel is not the main blog:
https://s42.radikal.ru/i098/1010/dc/b8433af64dd5.jpgThe sites themselves are loaded .. images and styles normally displayed
Version of the rules was taken from here: https://developersmind.com/2010/05/17/enable-multi-site-in-wordpress-3-0/
#on server block ##necessary if using a multi-site plugin server_name_in_redirect off; ##necessary if running Nginx behind a reverse-proxy port_in_redirect off; rewrite ^.*/files/(.*)$ /wp-includes/ms-files.php?file=$1 last; if (!-e $request_filename) { rewrite ^.+?(/wp-.*) $1 last; rewrite ^.+?(/.*\.php)$ $1 last; rewrite ^ /index.php last; }
update:
That is what is given in direct address to the:
wp-admin/network.php
>Panel, a network is not designed for networks of WordPress MU.
Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)WP MS Subfolders rules for apache:
RewriteEngine On RewriteBase / 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).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)Gives 50x error .. in logs talking about “Rewrite or internal redirection cycle while processing /wp/admin/”.
If you comment out – issue an administrative panel, but without the style and script ( .php is ignored – load-styles.php ex.)Hi
Update database and Templates to be done in the administrative panel plugin – right panel (sidebar)Please update the plugin to 1.1.7.7 and adjust the list of questions:) Sorry that took so long to reply – had completely forgotten about this forum
Forum: Fixing WordPress
In reply to: Is the support of the WordPress – PHP 5.3.2?And in version WP MU 2.9.2 no such problem occurs .. rather, they are less noticeable in contrast to the single user WP
Forum: Plugins
In reply to: [Plugin: BuddyPress Events Calendar] Requesting UpgradeHi, chrislabeard,
Updated description of the plugin and activate, respectively, once again checked – it works!
https://milordk.ru/r-lichnoe/opyt-l/cms/bp-events-dlya-buddypress-1-2-x.html
Forum: Plugins
In reply to: [Plugin: BuddyPress Events Calendar] Requesting Upgradeproblem is solved with the activation of commenting on these lines, after the activation of all works. Planned to solve this problem in the near future:)
As I understood – you do not solve the problem with Fatal Error?Forum: Plugins
In reply to: [Plugin: BuddyPress Events Calendar] Requesting Upgradechrislabeard,
updated the link to download