The requested URL /v/picture.JPG.html was not found on this server.
cjupin
Joined: 2006-01-02
Posts: 1 |
Posted: Mon, 2006-01-02 07:41 |
I've been trying to get gallery embedded into my wordpress site (www.cjupin.com). Here is the error message: ------------- The requested URL /v/anita.JPG.html was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ----------------- Here is my .htaccess file: ----------------------------------- # BEGIN Url Rewrite section RewriteBase /gallery/ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{THE_REQUEST} \ /gallery/admin/(\?.|\ .) RewriteCond %{THE_REQUEST} \ /gallery/v/(\?.|\ .) RewriteCond %{THE_REQUEST} \ /gallery/d/([0-9]+)-([0-9]+)/([^\/]+)(\?.|\ .) RewriteCond %{THE_REQUEST} \ /gallery/v/([^?]+)(\?.|\ .) </IfModule> # END Url Rewrite section ------------------------------ Gallery works when I go to it directly: http://www.cjupin.com/gallery/main.php ----------------------------------- I reran the config wizard and everything checked out ok...settings validated... any help/suggestions would be great!!! |
|
Posts: 32509
are these the htaccess rules from gallery? i guess so since all short urls start with /gallery/v/ .
you also need to configure it for wp:
http://codex.gallery2.org/index.php/Gallery2:EmbeddedRewrites