Buy Now! Features Downloads
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32

Thread: 404 File not found for PhotoPost

  1. #1
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default 404 File not found for PhotoPost

    Got the following error when I tried to integrate with PhotoPost Pro:

    Not Found

    The requested URL /testvb/forums/vbet_flag-/testvb/forums/gallery/ was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

  2. #2
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    are you sure that you make all integrations steps good?
    please - paste here your .htaccess content - I will check it

  3. #3
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    Here it is:

    RewriteEngine on
    Options +FollowSymLinks

    #RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
    #RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d

    RewriteRule ^(.*)/p([0-9]+)-(.*)-cpage([0-9+]).html$ showphoto.php?photo=$2&cpage=$4 [QSA]
    RewriteRule ^(.*)/p([0-9]+)-(.*).html$ showphoto.php?photo=$2 [QSA]
    RewriteRule ^(.*)/p([0-9]+).html$ showphoto.php?photo=$2 [QSA]

    RewriteRule ^g([0-9]+)-(.*)-page([0-9]+).html$ showgallery.php?cat=$1&page=$3 [QSA]
    RewriteRule ^g([0-9]+)-(.*).html$ showgallery.php?cat=$1 [QSA]

    RewriteRule ^(.*)/index([0-9]+)-([0-9]+).html$ index.php?cat=$2&page=$3 [QSA]
    RewriteRule ^(.*)/index([0-9]+).html$ index.php?cat=$2 [QSA]

    RewriteRule ^m([0-9]+)-(.*)-protype([0-9]+).html$ member.php?uid=$1&protype=$3 [QSA]
    RewriteRule ^m([0-9]+)-(.*).html$ member.php?uid=$1 [QSA]

    RewriteRule ^board.html$ board.php [QSA]
    RewriteRule ^b([0-9]+)-(.*).html$ board.php?msg=$1 [QSA]

    RewriteRule ^u([0-9]+)-(.*)-cat([0-9]+).html$ showgallery.php?ppuser=$1&cat=$3 [QSA]
    RewriteRule ^u([0-9]+)-(.*)-cat([0-9]+)-page([0-9]+).html$ showgallery.php?ppuser=$1&cat=$3&page=$4 [QSA]
    RewriteRule ^u([0-9]+)-(.*)-page([0-9]+).html$ showgallery.php?ppuser=$1&page=$3 [QSA]
    RewriteRule ^u([0-9]+)-(.*).html$ showgallery.php?ppuser=$1 [QSA]

    RewriteRule ^s([0-9]+)-(.*)-page([0-9]+).html$ showmembers.php?cat=$1&page=$3 [QSA]
    RewriteRule ^s([0-9]+)-(.*).html$ showmembers.php?cat=$1 [QSA]

    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/ADDITIONAL_DIRECTORY/(.*)?$ /ADDITIONAL_DIRECTORY/$2?language=$1 [L,QSA]

    RewriteCond %{QUERY_STRING} !redirected=
    RewriteCond %{QUERY_STRING} language=
    RewriteRule ^(.*)$ vbenterprisetranslator_front_controller.php?redirected=$1&vbet_outside=true [L,QSA]

    #RewriteCond %{QUERY_STRING} !vbet_outside=true
    #RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]

  4. #4
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    .htaccess file looks good - I will find another solution for you

  5. #5
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    Is there any additional settings that I need to set since it's in a subfolder in vb?
    Last edited by Schmike; 13-05-11 at 16:32.

  6. #6
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    any updates? need to get it up asap.

  7. #7
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    aghh I overlooked the fact that you do not type the folder name.
    Please change 'SET_HERE_FULL_FORUM_DIRECTORY_PATH' to your full forum directory path.
    Should work.
    In generaly please check once again all integration steps: vBET integration instructions

  8. #8
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    you mean in vbenterprisetranslator_front_controller.php?

    it was done in this line:
    define('VBET_FORUMDIR', '<my path>');

  9. #9
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    yes, and change ADDITIONAL_DIRECTORY in htaccess file to to your directory name.

  10. #10
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    The value for ADDITIONAL_DIRECTORY is the same as per the path I entered in vbenterprisetranslator_front_controller.php?

    It's not working. I've changed it to the path of my gallery with reference to my main site which is /testvb/forums/gallery, it also don't work.

Page 1 of 4 123 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27