-
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.
-
vBulletin Enterprise Translator (vBET) Staff
are you sure that you make all integrations steps good?
please - paste here your .htaccess content - I will check it
-
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]
-
vBulletin Enterprise Translator (vBET) Staff
.htaccess file looks good - I will find another solution for you
-
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.
-
any updates? need to get it up asap.
-
vBulletin Enterprise Translator (vBET) Staff
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
-
you mean in vbenterprisetranslator_front_controller.php?
it was done in this line:
define('VBET_FORUMDIR', '<my path>');
-
vBulletin Enterprise Translator (vBET) Staff
yes, and change ADDITIONAL_DIRECTORY in htaccess file to to your directory name.
-
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.
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
-
Forum Rules