• Hello
    I created the wordpress site on localost. Done all changes.
    After completing, I have taken backup of database.
    Now I have uploded the database backup on Server.
    also uploaded wordpress files on server.
    chnaged the configuration for new database.
    Now my site home page is showing..
    But the menu on top are not working.
    it gives “Not Found The requested URL **** was not found on this server.”
    my .htaccess is also writable.
    please help.

Viewing 15 replies - 1 through 15 (of 17 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    please post a link to your site

    Thread Starter muleakshay29

    (@muleakshay29)

    sorry for that..
    https://demo.igainspark.com/
    this is the link for my site

    Hello muleakshay29,
    Login to Dashboard then go to Appearance > Menus. Select your menu and select the menu item “HOME” which redirected to “The requested URL was not found on this server….” change the “HOME” menu item url to site url i.e “https://demo.igainspark.com/” then click on save. After that go to Settings > Permalinks and click on Save Changes button then test the site.
    Thanks

    Thread Starter muleakshay29

    (@muleakshay29)

    Thanks for reply.
    I have done Save changes for Permalinks also. But no success. Still shows 404 error..

    Hello muleakshay29,
    Did you change the menu item (HOME) URL field to https://demo.igainspark.com/?

    Thread Starter muleakshay29

    (@muleakshay29)

    yes I changes the Home menu url to https://demo.igainspark.com

    Hello,
    I have checked the site. I thought that there is some issue with htaccess file. Can you share your htaccess code here. So that I can help you in resolving your issue.
    Thanks

    Thread Starter muleakshay29

    (@muleakshay29)

    # 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 htacces code..

    Hello,
    Your htaccess file looking correct one thing you check that go to setting permalink and set permalink to Default (ex :https://example.com/?p=123) then save and check the site
    Thanks

    Thread Starter muleakshay29

    (@muleakshay29)

    Thanks..it is working
    but I got the error for one plugin
    “Custom Contact Forms will not work unless pretty permalinks (not default) are enabled. Please update your permalinks settings.”

    Thread Starter muleakshay29

    (@muleakshay29)

    Also i got
    “ERROR: There was an error connecting to the server, Please verify the settings are correct.”
    when uploading any plugin or updating any plugin.
    I have entered correct ftp details. Ftp is working fine on ftp tools.
    How to solve this?

    Delete the .htaccess file from cPanel and then again update the permalinks setting to the custom format which you were using before. The plugins like CCF, WP Super Cache etc. work on pretty permalinks only.

    Thread Starter muleakshay29

    (@muleakshay29)

    What is the solution for FTP error
    “ERROR: There was an error connecting to the server, Please verify the settings are correct.” ?

    Thread Starter muleakshay29

    (@muleakshay29)

    Can anyone give me the solution for FTP error? I have to Live my site as early as possible…Please help

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi @muleakshay29, People will respond if they have time and if they know the answer. As you have an urgent issue I would recommend looking at https://jobs.wordpress.net instead of bumping your thread.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘404 not found error form Page menu links’ is closed to new replies.