Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Lighttpd
· 11 years ago
I tested lightspeed and just used the exact same htaccess rules and it worked fine.
-
Lighttpd
· 11 years ago
Hello. I'm trying to use Grav on lighttpd too. I lack the necessary knowledge to convert the .htaccess file for the links to be redirected. I can only see the default Main page but cannot see my custo
-
Lighttpd
· 11 years ago
I've not tested on lighttpd (although it seems i've tried every other major web server out there). However, the main thing is the rewrite rule for the url pathing. This is exactly the same as wordpr
-
Lighttpd
· 11 years ago
Hello, I would like to use Grav on lighttpd/1.4.35 with PHP 5.6.6. Is there a how-to for this (converting the .htaccess and so on)?
-
Run CLI
· 11 years ago
You really have to look for it. I generally do something like: $ which php This shows you where your current PHP is, then you can 'cd' to that directory and then ls php* to look for other PHP instanc
-
Run CLI
· 11 years ago
What do I have to do when I know where it is located?
-
Run CLI
· 11 years ago
Well it cleary shows you are running cgi-fcgi version. you might need to talk to your hosting provider if you don't know where the cli version is located.
-
Run CLI
· 11 years ago
I already tested alias php="php-cli"
-
Run CLI
· 11 years ago
$ php -v PHP 5.6.2 (cgi-fcgi) (built: Oct 16 2014 13:30:19) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies ---
-
Run CLI
· 11 years ago
Are you running a CLI version of PHP from the console, or an FCGI version or something? Some hosting environments need some 'tweaking' to ensure the correct version of PHP is running from the CLI. Fo