openclassify icon indicating copy to clipboard operation
openclassify copied to clipboard

Openclassify installer

Open mauphung opened this issue 4 years ago • 4 comments

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>

mauphung avatar Dec 04 '21 23:12 mauphung

Have you chekced this video?

https://www.youtube.com/watch?v=4eIKzzSM7DU&t=104s&ab_channel=openclassify

fatihalp avatar Dec 22 '21 15:12 fatihalp

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."

aamirchaudhary avatar Sep 21 '23 03:09 aamirchaudhary

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?

fatihalp avatar Sep 21 '23 04:09 fatihalp

I am using Windows 10 64bit. Thanks (same in wamp)

wamp error

aamirchaudhary avatar Sep 21 '23 06:09 aamirchaudhary