![]() |
reserved keywords for subdirectory name - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: reserved keywords for subdirectory name (/showthread.php?tid=25867) |
reserved keywords for subdirectory name - El Forum - 12-28-2009 [eluser]searain[/eluser] I named a subdirectory 'json', it doesn't work, give me page not found error. I renamed it as 'json1', still get page not found error. But after I renamed it as 'data_out', then it works. Where I can find the reserved keywords list for naming the subdirectory? Thanks! reserved keywords for subdirectory name - El Forum - 12-29-2009 [eluser]rogierb[/eluser] You can find this in the almighty user guide... Where else:-) But json is not a reserved name as far as I know reserved keywords for subdirectory name - El Forum - 12-29-2009 [eluser]searain[/eluser] I checked manual and cannot find json is a reserved keyword. But I cannot use json as my folder name or file name. Not just for codeigniter, but for traditional php, I cannot use json as file name in traditional php too (but I can use json as folder name in traditional php). Any advices? Does it have something to do with the hosting set up? Thanks! reserved keywords for subdirectory name - El Forum - 12-29-2009 [eluser]searain[/eluser] Code: RewriteEngine on OK it is the .thaccess url rewrite issue. I guess my rewritecond for |js| also covers the name 'json'. |