• Resolved Wasim alhajebi

    (@wassimo)


    Hi, my website is complately doesn’t work with permalinks

    my permalink code

    /%postname%.html

    whateer i put /postname/ or /postname.html
    it’s the same thing it doesn’t work
    my htaccess

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

    cheeck it out
    https://photoshop.cc

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Check with your hosts that mod_rewrite is running on your server.

    Thread Starter Wasim alhajebi

    (@wassimo)

    it works but permalink doesn’t work and i htaccess can’t be created by serever

    esmi

    (@esmi)

    You will have to create the .htaccess file manually.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalink doesn't work’ is closed to new replies.