solved Marketplace search

SteveX
SteveX
@ultrajam
11 months ago
2,583 posts
If I search in the Marketplace module for a term with a space in it like "admin skin" I get a server page with the following:
Quote: Forbidden

You don't have permission to access this resource.

Apache/2.4.56 (Debian) Server at accessibility-statements.co.uk Port 443



--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 08/27/23 01:46:57PM
brian
@brian
11 months ago
10,136 posts
Let me get this fixed up for you - A recent update to Apache made it so we have to change the mod_rewrite rule for Jamroom's router.php to this:

RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [B,NC,L]

The "B" is new. I'll check your server sites out and let you know.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
11 months ago
10,136 posts
That should be fixed up on your sites. Note that if you do a NEW Jamroom open source (6.5.13) install we'll need to fix it since the fix for this is in Jamroom 7's .htaccess file.

Let me know how that works.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags