Page 1 of 1

Error 404 on Subfolders

Posted: Sun Mar 13, 2016 3:56 pm
by abdulhalim
Hello ,

Today i found out Bludit have problem with sub folders .
e.g , I installed PunBB in sub folder as http://bludit.dev/forum , so it's return error 404 , but if i put /index.php at end of the line , it works ...

second problem is about any folders named admin in sub folders ...
e,g, if i install a script sth like analytic , and i want to go to it's admin panel like this : http://bludit.dev/analytic/admin , system returns Bludit login form , i have to put /index.php end of the line and then this works ... such as above problem ...

Image

Re: Error 404 on Subfolders

Posted: Sun Mar 13, 2016 5:33 pm
by Edi
abdulhalim wrote: Today i found out Bludit have problem with sub folders .
e.g , I installed PunBB in sub folder as http://bludit.dev/forum , so it's return error 404 , but if i put /index.php at end of the line , it works ...
This could be because index,php is not defined as directory index on the server.
second problem is about any folders named admin in sub folders ...
Bludit uses a sort of "internal file system". /admin is used for the admin panel as you can see when you have logged in to the back end.

Re: Error 404 on Subfolders

Posted: Sun Mar 13, 2016 6:16 pm
by abdulhalim
I don't know but results in no deference on localhost or live site

Image

Re: Error 404 on Subfolders

Posted: Sun Mar 13, 2016 10:13 pm
by Edi
Sure, you cannot use admin. admin is used for the login page. the dashboard etc.

Re: Error 404 on Subfolders

Posted: Mon Mar 14, 2016 3:19 am
by abdulhalim
I know that , but if i installed another script with admin folder i have to add index.php , this is OK with administrator .
How about first problem that returns error 404 for sub folders ? users usually do not comfortable to add index to end of the URL ... thy just type ... www.site.com/blablabla . so it returns error 404 , maybe administrators have to edit .htaccess to solve this issue .

Re: Error 404 on Subfolders

Posted: Tue Mar 15, 2016 1:39 am
by Edi
abdulhalim wrote:[...] maybe administrators have to edit .htaccess to solve this issue .
This is the way it has to be done.

Anyway, in my opinion an installation should not be added inside another installation. I would prefer an own domain or a subdomain.