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

Sonntag, 28. Februar 2016

How to Install Wordpress on Hostgator Using FantasticoIn Feburary 2016 28,

In Feburary 2016 28,
Log into your Hostgator cPanel (control panel).
Scroll down until you're near the bottom of the page.
Locate the section entitled 'Software/Services.'
Click on the Fantastico icon. It's the one with the blue smiley face.
On the Fantasico page, click the 'Wordpress' text link on the left sidebar.
Click on 'New Instillation.'
Choose which domain you want this Wordpress install to be on. If you've got an individual site hosting plan, this will default to your one domain. If you have a shared hosting plan, choose which domain you want this Wordpress install to be on.
In the section that says, 'Admin access data,' is where you'll put the login name and password you want to use to log into your Wordpress blog dashboard.
Fill in the 'Base Configuration' fields with the name you want to be associated with all the posts you write in your new blog. Also, add in your email address and the website's domain name for your new blog.
Click 'Install Wordpress.'
You will be given the domain information, to make sure that it's being installed on the correct domain. If it looks good, click 'Finish Instillation.'
You're done. You've just installed Wordpress on your new website. Make a note of your login information and/or print out the information on the screen so that you can remember how/where to log in so that you can access your new blog.
In Feburary 2016 28,

Donnerstag, 18. Februar 2016

How to Use SSL With JoomlaIn Feburary 2016 18,

In Feburary 2016 18,
Purchase an SSL certificate from your Web hosting provider or another reseller. Have the provider enable the certificate for use on your domain.
Browse to the control panel for your Web hosting account. Use the 'File Manager' to locate the '.htaccess' file in your site's root directory. Download and save the file to your computer.
Open the '.htaccess' file with Notepad or another text editor. Add the following code to the text file:RewriteEngine onRewriteCond %{SERVER_PORT} !^443$RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L]
Redirect permanent / https://www.yourdomainname.com
Delete the 'www.yourdomainname.com' reference and replace it with the domain name for your Joomla site. Save the file and exit the text editor program.
Open the 'File Manager' application in your website control panel. Browse to the directory on your computer where you saved the '.htaccess' file. Upload the file to the root directory of your website. Overwrite the current '.htaccess' file if prompted to do so.
Browse to the administrative page for your Joomla website and log in as an administrator.
Browse to the 'Global Configuration' link on the main control panel page in Joomla. Click the link to go to the main Joomla settings page.
Click on the 'Server' tab near the top of the 'Global Configuration' page.
Click the 'Force SSL' drop-down box and select the 'Entire Site' option. Click the 'Save' icon in the upper right corner of the 'Global Configuration' page.
Log in to the Joomla website as you normally would. Because you changed the '.htaccess' file, Joomla will now redirect normal 'http' requests to the more secure 'https' log-in page.
In Feburary 2016 18,

Mittwoch, 3. Februar 2016

How to Add a Site to Coda (FTP/SFTP)In Feburary 2016 03,

In Feburary 2016 03,
Open Coda on your Mac. At the top of the application are a few icons showing various options. Click the Sites icon.
Look at the bottom of the window for the Add Site button. Click this button. A window comes up that allows you to add all the server credentials for the site you want to add to Coda.
Fill in the text boxes with the necessary information. Beside Nickname, type the name you will use to identify the site. Add the homepage address next to Root URL to grab a screenshot of the site to display. Under Connecting, add the server address, user name and password. You can change the transfer protocols from FTP to SFTP in the Protocol drop-down menu if you wish to use the secure transfer protocol instead. Adjust any other settings as needed.
Click the 'Save' button to save all your needed settings. If your settings are correct, you will see a screenshot in the Coda app. Click it to connect to your server. If you didn't input the settings correct, Coda will let you know and you will have the opportunity to edit the settings.
In Feburary 2016 03,