ngentile
Forum Replies Created
-
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workThanks for the info…..
I’m just a little confused as to why its a problem. Everything is working, but you seem to be an expert because you helped me get this far, what issues could this create? I appreciate your help.
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workthe thing is that I didn’t even put that in there. the script auto populated the fields.
Abyss does not support htaccess but it does support alot of security features.
I really don’t want to change servers as I have been using abyss for 7 years and it supports a gammit of the features I use daily for server administration.
Is there anyway around the index.php in the permalink? I’ll update the permalink structure and see what happens.
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workOk,
I think i fixed it. I changed the permalink setting just for the test.706backup.com site and all the links seem to be working. I changed the link structure to http://test.706backup.com/index.php/2011/06/13/sample-post/
If I update all of the sites with this permalink structure do you think there will be any problems this might create with multi-site? Thanks alot for your help on this!
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workWe posted at the same time. Read above reply before the following message
—————-
Updated the permalinks by selecting save again and actually going back to the main dashboard for 706backup.com and did the same. No difference. What’s next?
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workok, I just found it. Sorry about the hasty reply.
Ok, at the moment the permalink structure is set to custom, which I don’t remember doing. Below is what is in the blank.
/%year%/%monthnum%/%day%/%postname%/
If I remember correctly I used the default format upon the original install. Example – http://706backup.com/?p=123
I know some permalinks structures cannot be used in a sub-domain or sub-directory setup.
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workYes, I can get into the admin area of each site. I am the sole user/admin and am able to do anything and everything in the dashboard for each site. I don’t know what you mean by resaving permalinks. How do I do this?
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workOk, I updated my htaccess file with what you suggested and dropped it into the root directory. No change. What else should I do?
Forum: Networking WordPress
In reply to: After multi-site setup comments and links don't workThis is in the root directory of my 706backup.com directory. All the other sites are subdomain sites under this one.
*****************************************************
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]