DotDragnet
May 22, 2012, 01:38:59 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: follow us on twitter @dotdragnet
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Can't see my gallery!  (Read 1979 times)
slaughteredlamb
DDN Contributor
Hero Member
*****
Posts: 1089



peakoverload
View Profile WWW Awards
« on: January 16, 2008, 01:10:37 PM »

Um, I've only just noticed this but think it must have been like this since the server move a few months ago!

If I try to access my gallery via the link in the menu on my site (www.peakoverload.com) I get this message:

Forbidden

You don't have permission to access /gallery/ on this server.

Huh?!?

The gallery is a Slideshow Pro flash gallery and I have embedded the .swf file into a static content article within Joomla. The .swf then talks to SlideShow Pro Director which is a seperate database program that allows me to administer my gallery online without the need to Flash MX. Slideshow Pro Director than 'sends' all the photos to the gallery.

If I access the gallery via Slideshow Pro director it's all working fine and, before the server move, the link was working fine too. So what would cause this error and how do I fix it?
Logged
Jeep Stone
Hero Member
*****
Posts: 908



View Profile WWW Awards
« Reply #1 on: January 16, 2008, 01:17:40 PM »

I'd check your SEO component or your .htaccess file
Logged

slaughteredlamb
DDN Contributor
Hero Member
*****
Posts: 1089



peakoverload
View Profile WWW Awards
« Reply #2 on: January 16, 2008, 01:18:28 PM »

Erm, okay. I know what's causing it, just no idea why it's doing it, what it's doing or how to stop it.

I'm using SEF advance to create SEF URL's. If I turn it off the gallery appears. If I leave it on, I get the the 403!  shocking
Logged
slaughteredlamb
DDN Contributor
Hero Member
*****
Posts: 1089



peakoverload
View Profile WWW Awards
« Reply #3 on: January 16, 2008, 01:24:32 PM »

This is my .htaccess file

Code:
   1.
      #
   2.
      # mod_rewrite in use
   3.
      #
   4.
   5.
      RewriteEngine On
   6.
   7.
      # Uncomment following line if you get 403 Forbidden Error
   8.
   9.
      #Options +FollowSymLinks
  10.
  11.
      # Uncomment following line if your webserver's URL
  12.
      # is not directly related to physival file paths.
  13.
      # Update YourMamboDirectory (just / for root)
  14.
  15.
      #RewriteBase /YourMamboDirectory
  16.
  17.
      #
  18.
      # Rules
  19.
      #
  20.
  21.
      #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
  22.
      RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
  23.
      RewriteCond %{REQUEST_FILENAME} !-f
  24.
      RewriteCond %{REQUEST_FILENAME} !-d
  25.
      RewriteRule ^(.*) index.php
  26.
  27.
      ########## Begin - Rewrite rules to block out some common exploits
  28.
      ## If you experience problems on your site block out the operations listed below
  29.
      ## This attempts to block the most common type of exploit `attempts` to Joomla!
  30.
      #
  31.
      # Block out any script trying to set a mosConfig value through the URL
  32.
      RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
  33.
      # Block out any script trying to base64_encode crap to send via URL
  34.
      RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
  35.
      # Block out any script that includes a <script> tag in URL
  36.
      RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
  37.
      # Block out any script trying to set a PHP GLOBALS variable via URL
  38.
      RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
  39.
      # Block out any script trying to modify a _REQUEST variable via URL
  40.
      RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) [OR]
  41.
      # Block out any script trying to execute an extern script in the URL
  42.
      RewriteCond %{QUERY_STRING} http [OR]
  43.
      RewriteCond %{QUERY_STRING} ftp
  44.
      # Send all blocked request to homepage with 403 Forbidden error!
  45.
      RewriteRule ^(.*)$ index.php [F,L]
  46.
      #
  47.
      ########## End - Rewrite rules to block out some common exploits

Logged
Jeep Stone
Hero Member
*****
Posts: 908



View Profile WWW Awards
« Reply #4 on: January 16, 2008, 01:44:34 PM »

Try  # Uncomment following line if you get 403 Forbidden Error
   8.
   9.
      #Options +FollowSymLinks

Try removing the # on line 9
Logged

slaughteredlamb
DDN Contributor
Hero Member
*****
Posts: 1089



peakoverload
View Profile WWW Awards
« Reply #5 on: January 16, 2008, 02:04:05 PM »

Yep tried that, still no joy  no crybaby
Logged
sarahA
DDN Contribs
Hero Member
*****
Posts: 2174



View Profile WWW Awards
« Reply #6 on: January 16, 2008, 04:39:22 PM »

Gallery's working here (although that bad music is still there wink )

However your build a feed thingy isn't. Write permissions aren't set somewhere?
Logged

Jeep Stone
Hero Member
*****
Posts: 908



View Profile WWW Awards
« Reply #7 on: January 16, 2008, 05:29:22 PM »

Indeed. It's here for me as well.
Logged

slaughteredlamb
DDN Contributor
Hero Member
*****
Posts: 1089



peakoverload
View Profile WWW Awards
« Reply #8 on: January 16, 2008, 08:04:41 PM »

Gallery's working here (although that bad music is still there wink )

However your build a feed thingy isn't. Write permissions aren't set somewhere?

Yeah I've kinda fixed it. The problem is still there but I've 'masked' it.

As for the feed thing. OOPS. That darn server move really has messed things up, I'll take a look at that in a bit.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2006-2008, Simple Machines Valid XHTML 1.0! Valid CSS!