Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Webflow site htaccess blocking URLs

  • 22-04-2016 1:59pm
    #1
    Registered Users Posts: 887 ✭✭✭


    Hi Folks,
    I know very little about htaccess files.
    Currently developing a site that has a Wordpress site installed on it's hosting.
    I'm trying to install Perch (a CMS system) on the publichtml folder. The Perch setup directory is FTP'd over, it's permissions are right and every time I try browse to it, I get a page 404 error. I'm nearly 100% certain it's the htaccess file's configuration and what Webflow has done with it, to lockdown the site from any other directories.
    The htaccess file has the following inside it. Can anyone recommend me how I can alter this to allow this setup file to be installed.
    The URL I'm trying to browse to is: www.domainname.ie/perch/setup
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    


Comments

  • Registered Users Posts: 887 ✭✭✭kormak


    Problem Fixed - Permissions issue! Please close thread


Advertisement