Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [RESOLVED] 404 on production
Post: RE: 404 on production

Hey, I finally found that the problem came from my httpd.conf file, add to change the AllowOverride All in Found here : http://stackoverflow.com/questions/20710569/codeigniter-url-rewriting-hta...
5,721 Views
5 Replies
08-23-2015, 12:18 PM
maxime59
    Thread: [RESOLVED] 404 on production
Post: RE: 404 on production

Hello, It seems that adding the './' before index.php/$1 doesn't work as I still have 404.. This is my final htaccess file : RewriteBase / RewriteEngine on RewriteCond $1 !^(index\.php|reso...
5,721 Views
5 Replies
08-23-2015, 03:23 AM
maxime59
    Thread: [RESOLVED] 404 on production
Post: [RESOLVED] 404 on production

Hi at all, Looks like it's a recurrent issue but I still can't solve it so this is my story : - Project on development environment works well, routes defined without the index.php in it. - Migration...
5,721 Views
5 Replies
08-22-2015, 01:25 PM
maxime59
    Thread: How to get Default Controller ?
Post: How to get Default Controller ?

Hi at all, I thinks it's an easy question but can't find the answer ? I want to redirect to the default controller defined in $route['default_controller'] but I don't know how to have access to th...
2,524 Views
1 Replies
07-29-2015, 01:06 PM
maxime59
    Thread: Ajax Controller
Post: RE: Ajax Controller

Thanks a lot ivantcholakov. The idea is simple but terribly efficient !
6,965 Views
4 Replies
07-09-2015, 10:32 AM
maxime59
    Thread: Ajax Controller
Post: Ajax Controller

Hi at all, I'm new with CI but not very with MVC models so I wanted to have a dedicated Controller called Ajax to handle all Ajax requests as I did in a homemade framework. When I want to use Aj...
6,965 Views
4 Replies
07-09-2015, 04:46 AM
maxime59

Theme © iAndrew 2016 - Forum software by © MyBB