Hello.
I would appreciate it if you could help me with this matter. As part of setting up a Multisite on my website, I need to replace some WordPress rules in the file '.htaccc' with some other rules provided by WordPress, these are detailed at the end of the message. The instructions for setting up the multisite are at: http://cpcg.x10.mx/wp-admin/network/setup.php
The file is in the folder /home/madigirl/public_html/. My inablity to amend this file may be the reason why the Blog on the additional site is not displaying properly, the theme Weaver 2.0 has not been applied. Have tried everyting, editing the file online and uploading a replacement. Nothing works.
Having reviewed the WordPress support site: http://codex.wordpress.org/htaccess_for_subdirectories I think the issue is one of security. I am unable to change the permissions on this file. Anything you can do to enable me to edit this file would be much apprecaited.
Regards.
Jane.
____________________________________________________________________________________
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]
I would appreciate it if you could help me with this matter. As part of setting up a Multisite on my website, I need to replace some WordPress rules in the file '.htaccc' with some other rules provided by WordPress, these are detailed at the end of the message. The instructions for setting up the multisite are at: http://cpcg.x10.mx/wp-admin/network/setup.php
The file is in the folder /home/madigirl/public_html/. My inablity to amend this file may be the reason why the Blog on the additional site is not displaying properly, the theme Weaver 2.0 has not been applied. Have tried everyting, editing the file online and uploading a replacement. Nothing works.
Having reviewed the WordPress support site: http://codex.wordpress.org/htaccess_for_subdirectories I think the issue is one of security. I am unable to change the permissions on this file. Anything you can do to enable me to edit this file would be much apprecaited.
Regards.
Jane.
____________________________________________________________________________________
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]