Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello there,

    This kind of problem is usually related with permalink configuration. What will happen if you enable plain permalink?

    You might be interested reading the permalink documentation here https://codex.wordpress.org/Using_Permalinks.

    Regards,
    Kharis

    Thread Starter Kisshu

    (@curiolab)

    Thank you so much Kharis.

    It worked when I activated Plain Permalink.

    Best regards,
    Keshav

    Thread Starter Kisshu

    (@curiolab)

    Dear Kharis,

    as i mentioned it worked but the problem comes is with the name of the name in the address is displaying as page ID

    ex. instead of http://www.example.com/services it shows
    http://www.example.com/page i.d.145

    I tried to change to the option rather than plain permalink then again it shows as follows

    “It displays that strange message and does not display what you have added text and does not allow any page builders to have access to that page.”

    Please let me know how to fix it.

    It seems like to be relating with .htaccess generation issue. Please see the codex https://codex.wordpress.org/Using_Permalinks.

    Regards,
    Kharis

    Thread Starter Kisshu

    (@curiolab)

    Dear Kharis,

    Thank you very much for the link.

    I could not understand how to fix this.

    As I mentioned, I am using MAMP server and locally bulding the site using sydney theme.

    I really appreciate if you can suggest which file has to be changed and with what code.

    Thank you very much.

    Best regards,
    Keshav

    Hello there,

    So sorry for the delay.

    Firstly, Open the root folder where you installed WP files; where you can find the wp-config.php file. Then check whether the .htaccess file does exist there. Make sure it contains the below code:

    
    # 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
    

    If you can’t find this file, you should manually create it.

    Please review the codex once again.

    https://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29

    Regards,
    Kharis

    Thread Starter Kisshu

    (@curiolab)

    Dear Kharis,

    I tried. It works great.

    You guys are giving us an outstanding support.

    I really appreciate your help.

    Nice day.

    Best regards,
    Keshav

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘created new page does not allow to edit and display strange’ is closed to new replies.