Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xgeng

    (@xgeng)

    One more thing. I even updated the wp_options table in DB.

    update wp_options set option_value = 'https://www.example.com/blog' where option_name = 'siteurl'; 
    
    update wp_options set option_value = 'https://www.example.com/blog' where option_name = 'home'; 

    So you originally installed WordPress at https://www.example.com

    And now you want to move it to https://www.example.com/blog

    To do this, you changed the WordPress URLs accordingly.

    But did you also MOVE the WordPress files and directories from the vhost’s Document Root directory (/) to the “blog” subdirectory (/blog/)?

    you should install wordpress again. or updates. look at my web site how to installed them and wordpress

    https://sinkgraniti.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘issue with the installation of wordpress in k8s with subdirectory’ is closed to new replies.