Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Webflow site htaccess blocking URLs

  • 22-04-2016 01:59PM
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 887 ✭✭✭kormak


    Problem Fixed - Permissions issue! Please close thread


Advertisement