Welcome Guest, Not a member yet? Register   Sign In
Files/Media Not getting Access publicly with URL in Codeignitator
#1
Exclamation 

I'm using a Codeignitator application named Perfex CRM and I'm having an issue to access its photos/files
when I'm logged in web panel I can access photos and all files with URL encryption 
My question is I want to access these files/Media publicly without login to web panel but when I visit this URL without login it gives me this error
more to it i also tried to access files directy from folder 

Code:
https://support.two.com.pk/uploads/tasks/2020082011243932x32.png
 but it still gives same error 404.
What i have tried for this to access these file publically.
  1. i have tried to change permission from htaccess file

  2. i have tried to change all folder permission from 755 to 777 and also files permission from 644 to 777 but no luck.
Reply
#2

In the config.php there should be a encryption key. When your logged in
it sees the key in the panel but if you try to access the url there is no
encryption key. So 404 Error.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(09-20-2020, 05:04 PM)InsiteFX Wrote: In the config.php there should be a encryption key. When your logged in
it sees the key in the panel but if you try to access the url there is no
encryption key. So 404 Error.


that's helpful!! 
but can i configure this encryption key in the mobile native app?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB