HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
404! We couldn't find that page.
JJCode
New
Comments
You have pretty URL's enabled but do you have the (Apache) rewrite rules in your .htaccess file?
You have pretty URL's enabled but do you have the (Apache) rewrite rules in your .htaccess file?
RewriteEngine On
RewriteBase /
DirectoryIndex disabled
RewriteRule (^|/)\.git - [L,R=403]
RewriteRule ^cache/ - [L,R=403]
RewriteRule ^cgi-bin/ - [L,R=403]
RewriteRule ^uploads/import/ - [L,R=403]
RewriteRule ^vendor/ - [L,R=403]
This?
https://open.vanillaforums.com/discussion/comment/220157/#Comment_220157
Or
https://open.vanillaforums.com/discussion/comment/262469/#Comment_262469
Nothing... Same problem.
I take it you are on Apache with Mod_rerwite enabled? If so can you paste the full contents of your .htaccess file?