• moljangfeed

    (@moljangfeed)


    (Sorry for my English. I’m Russian)
    I’m transferred my blog from hosting on VPS and pages don’t opened.

    My HTACCESS:
    # 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

    Permalinks I Set up.
    Try go to my blog ang try openning different pages. Displayed: “Not found”
    How can I fix this?
    Maybe this is associated with Apache or PHP configurations?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Yui

    (@fierevere)

    永子

    recheck if you have mod_rewrite enabled in apache configuration

    Hello @moljangfeed

    Please check the wp_option table from the phpmyadmin in cpanel. see if the first to field of the table are using the actual URL on which you want to work WordPress.

    • WordPress Address
    • Site Address

    both should be your current URL

    if there is other URL then please insert the current one on the both cells.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 Not Found on permalinks (VDS)’ is closed to new replies.