need urgent help

Discussion in 'Content Management' started by cutechuskay, Sep 23, 2008.

  1. #1
    cutechuskay, Sep 23, 2008 IP
  2. kind_of_the_cash

    kind_of_the_cash Active Member

    Messages:
    852
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    85
    #2
    checkout your .htaccess file
     
    kind_of_the_cash, Sep 23, 2008 IP
  3. cutechuskay

    cutechuskay Active Member

    Messages:
    589
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    this is what in .htaccess file i have


    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
     
    cutechuskay, Sep 23, 2008 IP
  4. kind_of_the_cash

    kind_of_the_cash Active Member

    Messages:
    852
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    85
    #4
    Remove RewriteRule . /index.php [L] line from that file
     
    kind_of_the_cash, Sep 23, 2008 IP
  5. cutechuskay

    cutechuskay Active Member

    Messages:
    589
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #5
    nothing happened.infact when i remove this line my website redirects to mobiles3.com strange
     
    cutechuskay, Sep 23, 2008 IP