Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: Redirections
    Thread Starter alizahidmemon

    (@alizahidmemon)

    i use this plugin and same problem posts give me 404 error.

    Forum: Fixing WordPress
    In reply to: Redirections
    Thread Starter alizahidmemon

    (@alizahidmemon)

    # 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
    this is my .htaccess now what can i do?

    Forum: Fixing WordPress
    In reply to: Redirections
    Thread Starter alizahidmemon

    (@alizahidmemon)

    Thanks. but i used first blogger then i migrated WordPress when i set this my old post gives 404 erorr

    AncaIO can you please help me i sea your old topic.and follow your instruction about %day%-%monthnum%-%year%-%postname%/

    to

    %postname%/

    To solve my problem I used the plugin Safe Redirect Manager, with a regex redirect rule:

    /([0-9]{2})-([0-9]{2})-([0-9]{4})-([^/]+).

    i install the plugin and follow your suggestion but not work for me can you please help me i want to make:
    /%year%/%monthnum%/%postname%.html
    To
    /%postname%.html

    please sir help me i really thankful to you.

Viewing 4 replies - 1 through 4 (of 4 total)