Welcome Guest, Not a member yet? Register   Sign In
Problem with base_url()
#5

could you elaborate the changes that you made in the .htaccess file?

If with index.php it's working, I believe the problem is in htacess.

You can try this rewrite code on you .htaccess.

Code:
<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>
Reply


Messages In This Thread
Problem with base_url() - by TASOUNAyy - 06-29-2019, 10:52 AM
RE: Problem with base_url() - by InsiteFX - 06-29-2019, 12:08 PM
RE: Problem with base_url() - by TASOUNAyy - 06-29-2019, 12:20 PM
RE: Problem with base_url() - by InsiteFX - 06-29-2019, 04:56 PM
RE: Problem with base_url() - by anthonykusuma - 06-29-2019, 06:04 PM
RE: Problem with base_url() - by TASOUNAyy - 06-30-2019, 08:14 AM
RE: Problem with base_url() - by InsiteFX - 06-30-2019, 02:58 PM
RE: Problem with base_url() - by TASOUNAyy - 07-01-2019, 04:22 AM
RE: Problem with base_url() - by InsiteFX - 07-02-2019, 03:12 AM
RE: Problem with base_url() - by TASOUNAyy - 07-02-2019, 03:57 AM
RE: Problem with base_url() - by InsiteFX - 07-02-2019, 08:29 AM
RE: Problem with base_url() - by TASOUNAyy - 07-03-2019, 08:04 AM
RE: Problem with base_url() - by InsiteFX - 07-03-2019, 04:44 PM
RE: Problem with base_url() - by TASOUNAyy - 07-03-2019, 05:16 PM
RE: Problem with base_url() - by InsiteFX - 07-04-2019, 04:06 AM
RE: Problem with base_url() - by TASOUNAyy - 07-04-2019, 07:34 AM
RE: Problem with base_url() - by mightyted - 07-04-2019, 07:48 AM
RE: Problem with base_url() - by InsiteFX - 07-04-2019, 08:20 AM
RE: Problem with base_url() - by TASOUNAyy - 07-05-2019, 12:49 AM
RE: Problem with base_url() - by InsiteFX - 07-05-2019, 04:32 AM
RE: Problem with base_url() - by TASOUNAyy - 07-05-2019, 04:18 PM
RE: Problem with base_url() - by InsiteFX - 07-06-2019, 02:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB