Welcome Guest, Not a member yet? Register   Sign In
How to remove public/index.php/ from url
#1

I want normal URL like www.sample.com/controller not www.sample.com/public/index.php/controller.

.htaccess :-
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ public/index.php/$1 [L]
Reply


Messages In This Thread
How to remove public/index.php/ from url - by ktmonty - 01-22-2018, 12:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB