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

    (@axelsson)

    Well, my htaccess now looks like this and it seems to work:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^/SUBFOLDERNAME/(.*)$ [OR]
    RewriteRule ^.*$ - [L]
    </IfModule>
    
    # BEGIN WordPress
    
    # END WordPress
Viewing 1 replies (of 1 total)
  • The topic ‘Access folder under WordPress?’ is closed to new replies.