Search found 3 matches
- Fri Jul 17, 2015 6:43 pm
- Forum: ntPHPselector
- Topic: how to recompile with specific extensions enabled
- Replies: 1
- Views: 37700
how to recompile with specific extensions enabled
I've installed ntPHPselector, and it's working well. I've been asked by a client who is using the selector to enable certain extensions which weren't compiled in by default: fileinfo PHP extension zip PHP extension I see the ntPHPselector option for recompile, and I ran it without any options. It ap...
- Fri Jul 17, 2015 6:38 pm
- Forum: ntPHPselector
- Topic: PHP files not rendered
- Replies: 3
- Views: 50881
Re: PHP files not rendered
Hi Anthony, I found the issue to be that when the conf was altered, the first 'Include...' line was not placed on a line by itself. It was appended to the end of the line above it, which was causing the conf file not to parse. Editing by hand, and placing the Include file on its own line, and restar...
- Tue Jul 14, 2015 1:58 am
- Forum: ntPHPselector
- Topic: PHP files not rendered
- Replies: 3
- Views: 50881
PHP files not rendered
I've installed ntPHPSelector and chosen to have a directory use PHP 5.5 ( the server's default is 5.3 ) The .htaccess file is added correctly to the directory chosen, and contains only the following: AddHandler application/x-httpd-php55 .php55 .php When browsing the php files placed in the directory...