Welcome Guest, Not a member yet? Register   Sign In
Using a .php5 extension
#2

[eluser]gunter[/eluser]
hm, there is this in the index.php between line 80 and 90...
Code:
| EXT        - The file extension.  Typically ".php"


define('EXT', '.'.pathinfo(__FILE__, PATHINFO_EXTENSION));

and in each file CI uses this EXT constant......
so it should/could work already, but why it doesn´t??

does it work if you overwrite it with this?
Code:
define('EXT', '.php5');


Messages In This Thread
Using a .php5 extension - by El Forum - 10-17-2007, 11:22 AM
Using a .php5 extension - by El Forum - 10-17-2007, 12:28 PM
Using a .php5 extension - by El Forum - 10-17-2007, 01:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB