Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: 404 on modified links #698
    LeBearUK
    Post count: 13

    You were in fact right, the wordpress root .htaccess was being bypassed by the application configuration.

    I’m using an AWS Bitnami WordPress stack, it’s configured to override .htaccess in the htdocs folder. This is where all the WP files are located.

    In the parent folder to htdocs, in this instance wordpress there is a folder called conf

    \bitnami\apps\wordpress\conf\

    This has the application configuration file with the setting that prevents .htaccess override in the htdocs

    This file is called httpd-app.conf

    Open this file and change the following line:

    AllowOverride None
    to
    AllowOverride All

    Save the file and reboot the server and voilĂ ! HMWP can do its job as it’s supposed to!

    Thanks again!

    • This reply was modified 10 years, 8 months ago by LeBearUK.
    • This reply was modified 10 years, 8 months ago by LeBearUK.
    in reply to: 404 on modified links #696
    LeBearUK
    Post count: 13

    Hassan I really appreciate you looking into this for me, you’re a legend!

    I know what action to take now.

    It could be a good article to add to your documentation for future queries. I’ll let you know how I resolve it step by step with Amazion AWS.

    Thanks again

    in reply to: 404 on modified links #694
    LeBearUK
    Post count: 13
    This reply has been marked as private.
    in reply to: 404 on modified links #693
    LeBearUK
    Post count: 13
    This reply has been marked as private.
    in reply to: 404 on modified links #692
    LeBearUK
    Post count: 13
    This reply has been marked as private.
    in reply to: 404 on modified links #687
    LeBearUK
    Post count: 13
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)