Openclassify installer
Hi, I install openclassify on Laragon in windows 10. Document root is C:\laragon4015\www\openclassify I create a .htaccess file in document root directory and add the following code. <IfModule mod_rewrite.c>
That was ONLY to protect you from 500 errors
if your server did not have mod_rewrite enabled
RewriteEngine On
RewriteBase /
NOT needed unless you're using mod_alias to redirect
RewriteCond %{REQUEST_URI} !/public RewriteRule ^(.*)$ public/$1 [L]
Direct all requests to /public folder
Access URL on browser http://localhost/openclassify/installer or http://localhost/openclassify/public/installer not working.
My question: How to make openclassify working with laragon or xampp>
Have you chekced this video?
https://www.youtube.com/watch?v=4eIKzzSM7DU&t=104s&ab_channel=openclassify
Its not installable on Laragon, I have watched your video (above), followed all steps and its still comes up with 404 not found. "This error can be identified by d95009da-694a-4003-a9d6-8cf4e5a3d250. You might want to take a note of this code."
Its not installable on Laragon, I have watched your video (above), followed all steps and its still comes up with 404 not found. "This error can be identified by d95009da-694a-4003-a9d6-8cf4e5a3d250. You might want to take a note of this code."
Which OS are you using?
I am using Windows 10 64bit. Thanks (same in wamp)