Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Not Moving Files To Destination Folder
#4

(This post was last modified: 12-20-2019, 05:58 AM by olammieconcept.)

(12-20-2019, 03:09 AM)mboufos Wrote: hello, my .htaccess is like this for an online page
Code:
I tried your code but it wasn't working. I think my.htaccess file is the culprit.



<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]

    RewriteCond %{REQUEST_URI} ^application.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

Thank you for your response mboufus, I changed the .htaccess to your code but it wasn't helping. I'm still open to receive help here.

Thank you
Reply


Messages In This Thread
RE: CodeIgniter Not Moving Files To Destination Folder - by olammieconcept - 12-20-2019, 05:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB