buddyok
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Networking WordPress
In reply to: Logged in user can't add new siteIt doesn’t work, it only redirects the user to the main site
Forum: Networking WordPress
In reply to: Permalink error on new blogsAnyone having a solution?
Its a big issue for all the new members in my blog community.Forum: Networking WordPress
In reply to: Permalink error on new blogsThey are sent to the right permalink, http://sveablogg.se/testy/category/okategoriserade/
But the post can’t be found in the categories.
Forum: Networking WordPress
In reply to: Permalink error on new blogsI changed the code and it still didn’t work.
My new .htaccess code:
php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300 # BEGIN WordPress 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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>Forum: Networking WordPress
In reply to: Permalink error on new blogsTried it but it didn’t work.
How about the .htaccess file.
Is the code ok?Forum: Networking WordPress
In reply to: Permalink error on new blogsThe only plugins I use that add fields/changes the registration form is:
Buddypress 1.6.1
SI CAPTCHA Anti-Spam 2.7.5
TOSForum: Networking WordPress
In reply to: Permalink error on new blogsOnly for that user.
When a new user account is created, they have to do the same thing.Forum: Networking WordPress
In reply to: Permalink error on new blogsYes, once I resave the permalinks from the specifik users dashboard, it works. But only for that user.
Viewing 8 replies - 1 through 8 (of 8 total)