Help with Fixing Permalinks after Network setup
-
I know there are a bunch of threads all over about Permalink issues, but I really haven’t found a solution that works for me. I have been using 3.1 with no problems. Tonight I decided I wanted to try out two blogs on one server. I followed all instructions. As you can imagine, now none of my custom permalinks work because of the added /blog that is added in. My .htaccess file has been updated with:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
# END WordPressI’ve updated my config.php file with what I was told to do.
I’ve tried the plugin that fixes permalinks and it just redirect you to the home page when a post link is clicked on.
I’ve deactivated all plugins.
The only way they work is if I choose the “default” option.
I’m on a 1and1 shared server.
I’ve seen a few mention that they edit a line out of their “functions.php” file. I have been looking all throughout mine and cannot find the $wp_rewrite->flush_rules();
area anywhere. Can anyone give me a general idea of where it’s at? Towards top, middle, bottom etcI read that it was going to mess up my permalinks before I went through with this, but I did it anyway! Stupid! If I go back, will everything be all screwy still?
- The topic ‘Help with Fixing Permalinks after Network setup’ is closed to new replies.