• I’ve Changed permalinks from “plain” to “custom” or any other option I get error 404 and nothing changed!

    I’m using Elementor and I installed redirection plugin and updated .htaccess also

    can you please help me

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is mod_rewrite enabled?

    What does your .htaccess look like and what kind of hosting environment are you working with?

    Is there a cache that needs to be cleared after updating the permalinks?

    Thread Starter gfoxeg

    (@gfoxeg)

    i have private server using virtualmin , webmin i’ve
    contacted service provide but didn’t get reply yet

    and can’t find mod_rewrite in settings


    and here is my .htaccess content :



    BEGIN LSCACHE

    END LSCACHE

    BEGIN NON_LSCACHE

    END NON_LSCACHE

    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 300
    php_value max_input_time 300


    BEGIN WordPress

    RewriteEngine On

    RewriteBase /

    RewriteRule ^index.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    END WordPress



    • This reply was modified 1 year, 4 months ago by gfoxeg.
    Thread Starter gfoxeg

    (@gfoxeg)

    any help ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error 404 when change permalinks’ is closed to new replies.