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

(This post was last modified: 10-04-2019, 06:32 PM by Poetawd.)

Hello Guys !

I ran into this problem too. My point is that I´m running my website on a SHARED HOSTING and I don´t want to mess around...

I just solved this by adding a .htaccess file in root directory:

Code:
DirectoryIndex /public/index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./public/index.php/$1 [L,QSA]
Reply


Messages In This Thread
RE: How to remove public/index.php/ from url - by Poetawd - 10-04-2019, 06:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB