• Unable to Publish page unless I change the Permalink to plain.

    I am using linux server, apache..

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ayanfe

    (@ayanfe)

    Please, I need help….

    Unable to Publish page unless I change the Permalink to plain.

    I am using linux server, apache..

    Also, if I am having challenge uploading media…. If I upload site Icon logo/ retina logo, it does not appear…. This is my email… [ email deleted ]

    Thank you

    • This reply was modified 5 years, 3 months ago by Jan Dembowski.
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @ayanfe Please do not post your email on these forums. If anyone contacts you from that post, please report it in this topic. That person will be banned from this site.

    Off forum contact has been abused in the past.

    Unable to Publish page unless I change the Permalink to plain.

    Does your web server have the Apache mod_rewrite enabled?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    In your server configuration, try adding this:

    <Directory /path/to/wordpress/goes/here>
      AllowOverride All
    </Directory>

    The default for AllowOverride is “none”, which causes .htaccess to be ignored.

    Replace /path/to/wordpress/goes/here with the patch to the directory that has your actual WP installation.

    When done, restart Apache.

    Thread Starter ayanfe

    (@ayanfe)

    Thank you for prompt response.

    I am sorry for bothering you. How do I know the file to add this code? Will adding the above code solve the problem I stated below.

    1. Permalick issue.. unable to create/publish page if I change permalink from plain..
    2. Site Icon /retina logo does not appear.
    3. Unable to increase max_file_upload_size4

    I hosted the website locally on a server, using linux server OS, apache …. I have edited php.ini file in this directory…. etc/php/7.0/apache2/php.ini…. Is it the same file I will add the directory you sent to me?

    Thread Starter ayanfe

    (@ayanfe)

    Also, do I need to enable “Apache mod_rewrite”?

    And if I need to enable “Apache mod_rewrite” at command prompt, do I still need to add the code to any file within the server?

    Thank you sir

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Yes, you need mod_rewrite. You’d add those lines in the block of config where you define the virtual host settings for your website.

    Thread Starter ayanfe

    (@ayanfe)

    Thank you sir… The permalinks is working…

    But now the question is, hope enabling the “Apache mod_rewrite” does not pose any insecurity on the website?

    Thank you

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It’s necessary for WordPress.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Unable to Publish page unless I change the Permalink to plain’ is closed to new replies.