How Change Permalink Using S FTP?

Discussion in 'WordPress' started by eklakhh, Feb 11, 2014.

  1. #1
    Hi Friends,
    I am Sunil Prajapati. I want to change my permalink but it is not happening. I did all things but yet it is showing 404 error. Please tell me know what can i do.
     
    eklakhh, Feb 11, 2014 IP
  2. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #2
    Did you check the htaccess !? when you change the Permalinks on your Dashboard, scroll down, there is a code provided by Wordpress that you have to add in the .htaccess file...

    The code is similar to this :

    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    
    Code (markup):
    Try to add this Manually on your .htaccess file...

    Goodluck
     
    themes4all, Feb 12, 2014 IP
  3. mufaqar

    mufaqar Member

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Simple change from Dashboard
     
    mufaqar, Feb 21, 2014 IP
  4. eklakhh

    eklakhh Greenhorn

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    I did all. but not working......My site is in SFTP......tell me what can i do for it now.......




     
    eklakhh, Jun 22, 2014 IP
  5. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #5
    So if this didn't work, Deactivate all Plugins, then try again.. if it's work, so you have to find the plugin which make the Conflict.

    Goodluck
     
    themes4all, Jun 23, 2014 IP
  6. eklakhh

    eklakhh Greenhorn

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    I did all as per your advice. but its also didn't worked..


     
    eklakhh, Jun 23, 2014 IP
  7. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #7
    ok, so update the Permalink, change the theme you use to one of the Default Wordpress ones and try again !

    Goodluck
     
    themes4all, Jun 23, 2014 IP