Showing posts with label Locate. Show all posts
Showing posts with label Locate. Show all posts

Friday, August 28, 2015

How to Create a Login Web Page (13 Steps)


Navigate with your web browser to your web hosting account and log in to access your control panel. The example shown here is the cPanel X web site management tool.
Click the icon for 'Password Protect Directories.'
Locate the folder (directory) you want to password protect. Click on a 'folder ICON ' to go into that folder, click on folder 'NAME' to select it as the one to protect.
Click the 'check box' at the top to turn protection on, then enter a username and password on the set password screen, and click add/modify authorized user. You can also use this screen to change the password of an existing user or delete a user. Existing users are listed in the order they were added. The list is not alphabetical.
Exit your web host account and navigate to a web page in the directory with the password protection. A login box will prompt you for a username and password.
Enter the appropriate username and password combination, then click 'OK.' If the login is correct you will have access to the page. If the login is wrong, you will receive an Authorization Required error page.
VPS Hosting

Thursday, August 27, 2015

How to Upload an HTML Theme From ThemeForest


Download your theme or template from your ThemeForest downloads page. Click on your account name in the upper-right of their Web page. Unzip the file to an easy-to-find location on your hard drive.
Open the theme folder. In most cases, the files you need to edit and upload to your Web space are located in a sub-folder under the theme's name. Locate the 'index.html' file and open it in Notepad or an HTML editor. HTML editors are preferable, as they allow you to view the design of the theme and make changes without knowing HTML. The main value you want to find and change is the page title, and possibly the copyright text. The title is located near the top of the document, between '
' tags. The copyright text is likely located at the very bottom.
Access your Web space using your host's Web control panel, or an FTP program. If your Web space does not put you in the root of your domain by default, you may need to open the 'htdocs' or 'www' folder to access your site root. Refer to your host's documentation for how to find your website folder if needed.
Upload the edited contents of your theme's Web files folder to your website folder by dragging the files from one window to the other, or selecting them in your control panel and clicking 'Upload.' The HTML files must be in the main website folder and not in a sub-folder. For example, your website structure may have an index.html and contact.html in the root folder, and an 'images' sub-folder.
Type your URL into your Web browser to test your webpage. If the files were uploaded to the correct place, you should see your main page, or index.html file. Continue to make changes to the files using your text editor, then upload them to view the updated pages.
VPS Hosting