Posts mit dem Label version werden angezeigt. Alle Posts anzeigen
Posts mit dem Label version werden angezeigt. Alle Posts anzeigen

Samstag, 27. Februar 2016

How to Configure SSL in PHPIn Feburary 2016 27,

In Feburary 2016 27,
Download OpenSSL from the OpenSSL website and install it. The instructions for installing it can be found there. The installation procedure will vary according to your operating system. Once you install OpenSSL, make a note of which folder, or 'directory,' it was installed in.
Download the most recent version of PHP from the PHP website. Refer to that website for the PHP installation procedure.
Create your 'SSL support configuration directive.' At the configuration step of the PHP installation process, you need to add a directive, a piece of text instructing the computer to do something, to the configuration command. This directive looks like '--with-open-ssl=' followed by the name of the folder where OpenSSL was installed. For example, if OpenSSL was installed in the '/usr/local/ssl' folder, then your SSL support configuration directive will be '--with-open-ssl=/usr/local/ssl'.
Add your SSL support configuration directive to the end of the whole configuration command and run the command as directed in the PHP installation instructions. Then finish the PHP installation according to the instructions for your operating system.
Make sure that SSL support was properly installed by creating and running a PHP script with the following contents:
When you run the script, it will output a lot of boxes full of configuration information. Look for a box with header, 'OpenSSL.' If you see it there, then your PHP installation now has SSL support enabled.
In Feburary 2016 27,

Freitag, 26. Februar 2016

How to Use WordPressIn Feburary 2016 26,

In Feburary 2016 26,
Go to your hosting company's website and log into your account. Make sure you are at the control panel of your user profile once you are logged in.
Scroll through the control panel or profile options until you see WordPress. Depending on what type of hosting service you have it will be listed in the 'Software/Services' section of the control panel.
Click on the WordPress icon and choose whether you want to install a new version or import an existing installation.
Check you email for a message from WordPress with your user name and password. This is what you will use to access your WordPress account. You may always have the option to change the default generated password into your own code.
Log into your WordPress account. Click 'Appearance on the left hand toolbar and select 'Add New Themes. Choose which theme options you want and click 'Find Themes' to find a theme. Click 'Install > Install Now > Activate' to enable a theme. You may also disable themes by going to 'Appeareance > Themes > Delete.'
Go to 'Plug-ins > Add New Plug-ins' to search for plug-ins to add to your sites. Plug-ins may offer the latest Twitter Tools or even SEO for you website.
Explore the options on the 'Dashboard.' Do not be afraid to edit your site's PHP by going to 'Appearance and clicking 'Editor.' However if you choose to do this make sure you copy and paste the HTML code into a .Doc file so you can save a backup. Although WordPress is an extremely easy to use software it does not mean that it is error free.
In Feburary 2016 26,

Donnerstag, 25. Februar 2016

How to Create a Forum WebsiteIn Feburary 2016 25,

In Feburary 2016 25,
Register a domain name for your website at a domain name registrar such as FreeHostia or GoDaddy (see Resources).
Buy a web hosting package to host your website online. Hosting is available from the domain name registrars listed above and many different sites. Buy a package that includes at least one MySQL database.
Download and extract the newest version of the phpBB Installation Package from its official website (see Resources).
Upload every file and folder you just downloaded into the same public location on your website (such as yoursite.com/forum).
Open a web browser and navigate to the 'install' folder of wherever you put phpBB. If you put it in yoursite.com/forum, go to yoursite.com/forum/install.
Click on the 'Install' tab and follow the on-screen instructions to install phpBB. If you get stuck, you can find detailed installation instructions in INSTALL.html and README.html, in the 'docs' folder.
Find extra add-ons for your forum and different visual styles from the phpBB website (see Resources).
Tell people to come to your site and start talking.
In Feburary 2016 25,

Donnerstag, 11. Februar 2016

How to Change OWA Web AddressesIn Feburary 2016 11,

In Feburary 2016 11,
Access the Windows desktop on the server hosting OWA.
Click 'Start,' click 'Run,' type 'inetmgr' (minus the quotes) into the Run dialog box and press 'Enter' to open IIS Manager on the Windows server. This method will work no matter which version of Windows server you are using.
Right-click the 'Sites' folder within IIS Manager and click 'Add Web Site.'
Type in the site name. This can be whatever you would like but should be easily recognizable to you. For example, 'Outlook Web Access' would clearly indicate the purpose of the site.
Click 'Select' next to the Application Pool dialog box.
Choose 'MSExchangeOWAAppPool' from the drop-down list and click 'OK.'
Browse to the physical path of OWA in the Physical Path box by clicking 'Browse.' Your OWA physical path is selected when initially installing Microsoft Exchange.
Choose 'https:' under the Type selection box. You can leave the IP address as 'All Unassigned,' and you can leave the port as 80. This is the default web port address.
Enter a host name. This is your new OWA URL, so choose carefully and do not neglect the 'www,' should you choose to have a 'www.'
Ensure that 'Start Web site immediately' is checked and press 'OK.'
In Feburary 2016 11,