Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Remove index.php from URL
Post: RE: Remove index.php from URL

@ivantcholakov Thank you for the clarification. So far, I've been using absolute URL's to be safe. And I saw echo base_url(); but did not know that it brings side-effects. What sort of side effects...
16,404 Views
10 Replies
04-30-2015, 01:38 PM
eci35
    Thread: Remove index.php from URL
Post: RE: Remove index.php from URL

CroNiX Wrote: (04-30-2015, 08:01 AM) -- How are you loading your css/js? Show the code. Also, where are css/js subfolders located? They should be in the site root, not in /application or /system dirs...
16,404 Views
10 Replies
04-30-2015, 12:25 PM
eci35
    Thread: Organizing Controllers into Sub-Directories
Post: RE: Organizing Controllers into Sub-Directories

mwhitney Wrote: (04-30-2015, 11:59 AM) -- You may be able to get this to work with a creative routes.php, but the main problem is probably the fact that you are trying to use a controller and directo...
12,019 Views
7 Replies
04-30-2015, 12:19 PM
eci35
    Thread: Organizing Controllers into Sub-Directories
Post: Organizing Controllers into Sub-Directories

I'm looking to organize controllers into sub-directories per instructions at http://www.codeigniter.com/userguide3/general/controllers.html#organizing-your-controllers-into-sub-directories (http://www...
12,019 Views
7 Replies
04-30-2015, 11:02 AM
eci35
    Thread: Remove index.php from URL
Post: RE: Remove index.php from URL

riwakawd Wrote: (04-30-2015, 12:10 AM) -- Have you removed the $config['index_page'] = 'index.php'; to $config['index_page'] = ''; Also I have a whole list of different htaccess you could try here...
16,404 Views
10 Replies
04-30-2015, 12:25 AM
eci35
    Thread: Remove index.php from URL
Post: Remove index.php from URL

Following the instructions at http://www.codeigniter.com/userguide3/general/urls.html (http://www.codeigniter.com/userguide3/general/urls.html), I can get the index.php removed from the URL of regular...
16,404 Views
10 Replies
04-30-2015, 12:01 AM
eci35
    Thread: Custom 404. Cannot modify header information.
Post: RE: Custom 404. Cannot modify header information.

Thank you for pointing that out. That's so weird. Line 33 refers to the closing php tag: PHP Code: -- ?> -- I deleted that line and the error goes away. So this is probably a silly question, but w...
5,916 Views
2 Replies
04-29-2015, 10:03 AM
eci35
    Thread: Custom 404. Cannot modify header information.
Post: Custom 404. Cannot modify header information.

I'm using CodeIgniter 3.0.0 and trying to setup the custom 404 error pages. When I try to follow instructions online, the page works but I get a "Cannot modify header information" error that I can't f...
5,916 Views
2 Replies
04-28-2015, 04:07 PM
eci35

Theme © iAndrew 2016 - Forum software by © MyBB