fabiobh
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Networking WordPress
In reply to: Problem to create a site on networkHow I can activate custom permalinks, I enter ‘Settings -> Permalinks’ and try to change the default setting, but it not work.
Forum: Networking WordPress
In reply to: Problem to create a site on networkthis is my .htaccess file
RewriteEngine On RewriteBase /blog/cjs/ 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: Problem to create a site on networkIt’s not a blank white page, but a 404 error page.
I have TwentyEleven theme installed.Forum: Networking WordPress
In reply to: Changing the footer of the theme in the wordpress multisiteIn my system, the users(except me) cannot add widgets to wordpress because if they add a diferent widget, they can change the basic layout, it’s possible to let users choose only one widget and block them to add another widgets?
Viewing 4 replies - 1 through 4 (of 4 total)