• While creating requests or asking for support in the existing XenForo threads please maintain XenForo support policy strictly.

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

Why I remove url index.php in xenforo show 404

Phakon009

New member
Banned User
Jul 29, 2022
9
1
1
Who can tell me? When I remove url index.php, I click another page it show error 404, what fix it? Screenshot_20220814_224051_com.android.chrome.jpg
 
Who can tell me? When I remove url index.php, I click another page it show error 404, what fix it? Screenshot_20220814_224051_com.android.chrome.jpg
File Error :You don't need to worry because Xenforo takes care of everything in the .htaccess file. When you register, the URL is also search engine friendly. Due to this in .htaccess, index.php is not only used on the main page:

Simple Solution Just add this code in the .htaccess file
Code:
RewriteRule ^.*$ index.php [NC,L]
 
File Error :You don't need to worry because Xenforo takes care of everything in the .htaccess file. When you register, the URL is also search engine friendly. Due to this in .htaccess, index.php is not only used on the main page:

Simple Solution Just add this code in the .htaccess file
Code:
RewriteRule ^.*$ index.php [NC,L]
I inpur code and setting in friendly already, but home page show normal but when I click another page show page not found
 
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