• site in question https://www.ukpigeonracing.co.uk when visiting i get a download box with application/x-httpd-ea-php70___lsphp in it and site dosnt load i have just change hosting providers

    The blog I need help with is https://www.ukpigeonracing.co.uk.

    # BEGIN WordPress
    AddHandler application/x-httpd-php70 .php
    <IfModule mod_expires.c>
    	ExpiresActive On
    	ExpiresByType image/jpg "access plus 1 year"
    	ExpiresByType image/jpeg "access plus 1 year"
    	ExpiresByType image/gif "access plus 1 year"
    	ExpiresByType image/png "access plus 1 year"
    	ExpiresByType text/css "access plus 1 month"
    	ExpiresByType application/pdf "access plus 1 month"
    	ExpiresByType text/javascript "access plus 1 month"
    	ExpiresByType text/html "access plus 2 hours"
    	ExpiresByType image/x-icon "access plus 1 year"
    	ExpiresDefault "access plus 6 hours"
    </IfModule>
    Header set X-Endurance-Cache-Level "2"
    <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

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    You can just try to rename your current .htaccess and then login and resave permalink structure under Settings > Permalinks.

    If it still does the same thing, it’s not your .htaccess.

    Jeroen

Viewing 1 replies (of 1 total)
  • The topic ‘htaccess problem i think ?’ is closed to new replies.