• I have a need to have a few pages in a subdirectory of wp which allow people to log into another service on the lan side.

    WP is installed in root of web server and new pages at in root of wp.

    I know this is a VERY old redundant question that has been asked a thousand times but I can’t seem to make this work and am not sure if it’s my .htaccess or something else. I can probably change my permalinks if I have to but I’d rather not.

    So, when I try to access non wp pages in wp subdirectory, I get;

    No Results Found
    The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

    I am sure this is related to redirection but I cannot find information on how to fix this because my search terms seem to be too broad. Can someone shed a little light on this please.

    Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter voopress

    (@voopress)

    I tried the following;

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^/checker/(.*)$ [OR]
    RewriteRule ^.*$ – [L]
    </IfModule>
    but still get;

    Not Found
    The requested URL /checker/users/login.php was not found on this server.

Viewing 1 replies (of 1 total)
  • The topic ‘How to allow non WP pages in sub directory?’ is closed to new replies.