MyBB Tutorials

Remove index.php from your url

Submitted by ./gladiat0r4e, , Thread ID: 20064

Thread Closed
./gladiat0r4e
/var/www/html
Level:
0
Reputation:
11
Posts:
50
Likes:
0
Credits:
21
31-03-2016, 10:45 PM
This post was last modified: 31-03-2016, 10:46 PM by ./gladiat0r4e
#1
Open your .htaccess and paste


Code:
RewriteCond %{IS_SUBREQ} false
RewriteRule ^index.php$ https://yourdomain.com [R=301,L]

Users browsing this thread: 1 Guest(s)