Why I remove url index.php in xenforo show 404

Phakon009

New member
Banned User
Jul 29, 2022
10
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
 

FUN POP

Well-known member
Mar 3, 2021
539
346
63
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]
 

Phakon009

New member
Banned User
Jul 29, 2022
10
1
1
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
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu