Do I have IIS URL_Rewrite module 2.1 installed or is it just 2.0? - iis

I was told to install URL Rewrite module 2.1 onto my IIS.
I found that I already had URL Rewrite module installed but I am not sure if it is version 2.1 or 2.0 (see below image).
Can someone be kind enough to point it out to me please?
Thanks

I try to download the URL Rewrite 2.1 and install it.
When I check it under Control Panel\All Control Panel Items\Programs and Features it shows same version as yours.
Only difference I notice is the size of the installation.
As the version is same, it looks like you are having the latest version of the URL Rewrite module.
In doubt, you could download it from the link I share here and install it.

Related

Installing CakePHP 2.x on CentOS virtual machine

I have (finally) got a working CentOS VM with LAMP installed after following through this tutorial.
I am now trying to setup CakePHP on it as well. I have been following this guide but at the end of step 2 I discovered that the contents of my cakephp folder (from running ls -l) are (folders are marked with >)
composer.json
>config
>contrib
LICENSE.txt
README.md
>src
>tests
VERSION.txt
There is no app folder as I was expecting...
Can anyone explain why this is and how I should be downloading/setting up CakePHP?
Edit
I've just realised this may be something to do with how CakePHP 3.x should be installed (composer?). I just wish to have the latest 2.x (2.6.8 I believe). Does this just mean changing the web address used in the guide to download CakePHP (the address was https://github.com/cakephp/cakephp/archive/master.zip)? What should it be changed to?
As I wondered in the question - it is because that article was old and so master is no longer the version I want right now.
Instead the address becomes https://github.com/cakephp/cakephp/archive/2.6.zip
Since I wanted the latest 2.6.x release in particular. The last part of the address is just the major.minor version number.

Java Hosting Package can't be installed

I'm trying to install the Java Hosting Package distributed by Helicon Zoo in order to host a java project (.war file) on IIS. The problem I'm having is that I can't install the package because Jetty 8 can't be installed.
At first it complained about Jetty 7 aswell but after I downloaded it, that was removed. This didn't however work for Jetty 8.
Error message on web platform installer (Screenshot):
http://imgur.com/qUgH5dW
Has anyone seen this before and possibly fixed it?
Hmm, It seems as if the url that the package is trying to fetch Jetty from: dist.codehaus.org/jetty/jetty-hightide-8.1.7/… has been shut down. I removed Jetty8 (which I manually installed to try to fix the issue, and downloaded it again from download.eclipse.org/jetty. This seems to have fixed the issue. Don't know what the issue was with the first download but maybe it was corrupt.

Ubuntu to install jdk1.6

I was trying to install jdk1.6 onto my Ubuntu 10.04.
However, It looks like jdk1.6 is no longer available in Ubuntu repository(at least, i havent found it yet).
In my case, I need to install jdk1.6 as my java version instead of openjdk.
Could anyone tell me if it still could be found in anywhere?
Thanks.
I suggest installing it manually. Use the following link and use update-alternatives. The instructions are for 1.7 but they work for 1.6. Just get it from sun's site.
https://askubuntu.com/questions/55848/how-do-i-install-oracle-java-jdk-7
You can download JDK from java.sun.com and install it yourself. The reason its not included because it needs you to accept their license agreement.
HTH.

Installing joomla on Microsoft IIS

i tried to install joomla using the microsoft web platform installer. I was able to install joomla, php and mysql successfully.
However when i browse the website from the IIS, it says page cannot be found..
What am i missing..please let me know
Its been more than 2 days i am trying this...
Try to install it using this tool Microsoft Web Platform Installer 2.0, it will help you setup everything. Because may be there is something you missed such as setup the iis to handle php files.

Update Ampps php version from 7.1.2 to 7.1.8

I am running Ampps 4.9.3 on Mac, and I am trying to install Laravel 5.6, which has a dependency on PHP 7.1.3. The latest version of Ampps says it supports 7.1.8, but I can't figure out how to change it from 7.1.2. Sorry if I'm missing something obvious, thanks for your help!
As #IgnazioC said, you can replace the contents of the relevant php version with a new one. You can grab the latest PHP 7.1 windows builds from https://windows.php.net/download#php-7.1
Make sure you download the VC14 x86 Thread Safe build, because this is what Ampps uses. You can also download newer versions of ionCube, XDebug and Opcache, but this isn't usually required.
InstallationFolder\ampps\data\apps
Edit this file to change your PHP Version in Ampps. You can actually use this to upgrade or change any modules whether it be PHP or Apache or mysql, etc...

Resources