Results 1 to 5 of 5

Thread: Wordpress Multisite : Index page not redirected.

  1. #1
    Thread Starter
    alexis9271's Avatar
    Join Date
    Sep 2010
    Location
    France
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wordpress Multisite : Index page not redirected.

    Hi everyone,

    I am having a strange issue with my new multisite network. I use several sub directories blogs according to language (/fr/, /it/, /es/,...). I have followed Wordpress instructions to build the network and changed the .htaccess file and wp-config.php code.

    Everything works perfectly well, I can access all my sub-websites without any problem, except for the home/index page. When I access my /uk/ directory for instance, I can access the uk/about/ without any problem, but when I try to go tu /uk/, it shows the Apache directory page with "Parent Directory".

    Here is a copy of my .htaccess redirection instructions :
    Code:
    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php
    
    # 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).*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    # END WordPress
    Thanks for your help,
    Alexis

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    alexis9271's Avatar
    Join Date
    Sep 2010
    Location
    France
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    alexis9271's Avatar
    Join Date
    Sep 2010
    Location
    France
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: August 3rd, 2010, 03:09 AM