• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

RideIn Taxi App - Android Taxi Booking App With Admin Panel

RideIn Taxi App - Android Taxi Booking App With Admin Panel v2.6 Untouched

No permission to download
They do everything according to the instructions and 500 error. How to fix it? I have an OpenServer
 
After a lot of effort I managed to compile the application for both the driver and passenger and I managed to connect the back end, the only difficulty I'm facing, could someone please help me?When I call the race it doesn't ring for the driver
 
  • Love
Reactions: wxsiret
Hi all, anyone know how to install the back end? i have followed the video but doesn't work, frontend or back end, after i have uploaded the files, create and import data base, filling the .env file, when navigate i get The page isn't working
 
Did you try to change your .htaccess file?
hi, this is the htaccess file that was in the download, do i need to change anything?

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
 
  • Like
Reactions: DeStalker
hi, this is the htaccess file that was in the download, do i need to change anything?

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
comment out these lines:
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
 
hi, this is the htaccess file that was in the download, do i need to change anything?

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Yes u need to change it
 
your .htaccess should look like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
#<IfModule mime_module>
#AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
#</IfModule>
# php -- END cPanel-generated handler, do not edit
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock