• Hi all,
    I have a blog at https://islamicdepot.alrahmanpnp.com
    When I click on Settings->Permalinks, I cannot see any option where I can select the permalink structure. What should I do?

    I tried doing it manually by creating .htaccess file but that does not work. I tried opening the Permalink page in Firefox, IE8, IE6.

    It was working in 2.8. It is not working after upgrading to 2.9.1

    Please help.

    Thanks and regards
    Shahid

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Set your desired permalink from wordpress admin area and add this code in htaccess:

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

    Thanks,

    Shane G.

    Thread Starter shahidr100

    (@shahidr100)

    I have already done that but no luck.
    I have changed the wordpress to 2.8 and domain to islamicpearls.alrahmanpnp.com but in vain.
    Any other suggestions.

    When I click on permalink option, all what i can see is this:

    “”Permalink Settings

    By default WordPress uses web URLs which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A number of tags are available, and here are some examples to get you started.
    “””

    This is the only thing displayed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks not working’ is closed to new replies.