Worpdress URL Redirection Issue when using without WWW

Discussion in 'WordPress' started by ArunPS, Aug 27, 2010.

  1. #1
    if you look at the url http://www.cinesick.com/gallery/ , I can access the site

    but http://cinesick.com/gallery/ again this stucks. (it redirect to home page some times else getting 200 error)

    recently i enabled multisite. can some one help me , if any changes need to be done.

    help me if you are familiar with this issue.

    # 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 WordPress
    
    AddHandler php5-script .php
    HTML:
     
    ArunPS, Aug 27, 2010 IP
  2. KimiGermany

    KimiGermany Peon

    Messages:
    1,117
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you use cache plugins? i had problems with redirecting before, and when i deactivate cache plugins it did run again. Wasn't sure if the cache plugin caused it or something else.
     
    KimiGermany, Aug 28, 2010 IP