WP permalinks at plesk control panel

Discussion in 'WordPress' started by Jalpari, Mar 7, 2008.

  1. #1
    I am trying to change wp permalinks as: /%category%/%postname%/ and i update my .htaccess file as:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    RewriteCond %{http_host} ^evernewrecipes.com [nc]
    RewriteRule ^(.*)$ http://www.evernewrecipes.com/$1 [r=301,nc]
    </IfModule>

    but its not working for me... what i am missing I have plesk control panel. and now i select my default permalink.

    Do i need to update any other file with .htaccess?
     
    Jalpari, Mar 7, 2008 IP
  2. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #2
    lot of ppl r members at dp, no one knows about my problem?
     
    Jalpari, Mar 9, 2008 IP
  3. sizzler_chetan

    sizzler_chetan Prominent Member

    Messages:
    7,838
    Likes Received:
    664
    Best Answers:
    0
    Trophy Points:
    390
    #3
    Just give 777 permissions to .htaccess file and then change the permalink structure through wp-admin, the file will automatically get updated.
     
    sizzler_chetan, Mar 9, 2008 IP
    Jalpari likes this.
  4. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #4
    and how to change 777 permissions at plesk cp
     
    Jalpari, Mar 9, 2008 IP
  5. Hannah

    Hannah Guest

    Messages:
    371
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Do it through FTP
     
    Hannah, Mar 9, 2008 IP
  6. sizzler_chetan

    sizzler_chetan Prominent Member

    Messages:
    7,838
    Likes Received:
    664
    Best Answers:
    0
    Trophy Points:
    390
    #6
    In your ftp programs, go to your root/.htaccess
    Right click and go to "Change permissions"
    Give all permissions to make it a 777
     
    sizzler_chetan, Mar 9, 2008 IP
  7. BuxRightNow

    BuxRightNow Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    That should pretty much do the thing. Nothing more occurs to me...
     
    BuxRightNow, Mar 9, 2008 IP
  8. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #8
    thanks guys but now the problem is when i upload .htaccess.txt file after refreashin no file found in httpdocs folder ... why
     
    Jalpari, Mar 10, 2008 IP
  9. sizzler_chetan

    sizzler_chetan Prominent Member

    Messages:
    7,838
    Likes Received:
    664
    Best Answers:
    0
    Trophy Points:
    390
    #9
    It shouldn't be .htaccess.txt

    It just has to be .htaccess
     
    sizzler_chetan, Mar 10, 2008 IP
  10. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #10
    It was .htaccess.txt now i have renamed as .htaccess and its working fine.

    All of thank u so much
     
    Jalpari, Mar 10, 2008 IP
  11. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #11
    well mates thx to all of u i hve got the solution
     
    Jalpari, May 8, 2008 IP