Knowledge Base Article

I am receiving 404 error message when I enable the Gallery2 SEO/SEF feature

In order to fix this issue, you have to edit the following rewrite rule in your .htaccess file, which is located in the root directory of your Gallery application:

RewriteRule /v/([^?]+)\?(.*) /main.php?g2_view=core.ShowItem&g2_path=$1&$2 [N]

should become:

RewriteRule /v/([^?]+)?(.*) /main.php?g2_view=core.ShowItem&g2_path=$1&$2 [N]



Rating

Please indicate if this article was helpful for you.

rating :  4.7 from 5
views :  707
votes :  3

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!