403 error Forbidden
-
Hi,
I have made no changes to my site and it has developed a 403 error in couple of random galleries. I think Lunar pages updated a couple of things but they are of no help at the moment.
The URL is https://www.parallax.net.au/gallery/personal/
Lunar pages said check the .htacess file and I have been reading forums on this an playing around for ages with no avail.
Just incase this is the source of the trouble it is ….
AddHandler x-httpd-php5 .phpOptions All -Indexes
Options All -Indexes<Files 403.shtml>
order allow,deny
allow from all
</Files># 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
Any advice to point me in the right direction greatly appreciated!!
- The topic ‘403 error Forbidden’ is closed to new replies.