Leosquarez – Website Design and Development

Website Design and Development

New business in town (if you live in Sydney)..

Is your website up to date with the new generation of mobile devices?

If not, contact:

Sydney Mobile Web

Sydney Mobile Web

Sydney Mobile Web

Popularity: 1% [?]

Posted by leosquarez On April - 19 - 2010 Leosquarez Service Web Development

If you are going to change the name or move the location of some pages or directories, it is very important to remember that some users will still try to access the old link/url.

To make sure the users will not land at a 404 error page you need to redirect them to the new link/url.

In html or php websites you can redirect users from one url to another using the 301 redirect technique.

The 301 redirect needs be to added on the .htaccess file as follows:

#Moving a page
RedirectPermanent /old-page-name.html http://www.new-domain.com/new-directory/new-page-name.html

#Moving a directory
RedirectPermanent /old-directory http://www.new-domain.com/new-directory
# the name /old-directory is all the path of the directory after the domain:
# for example if your old path was www.domain.com/directory/old-sub-directory and you want change the subdirectory your code will be like:

RedirectPermanent /directory/old-sub-directory http://www.new-domain.com/directory/new-sub-directory

#Moving an entire site
RedirectPermanent / http://www.new-domain.com/

1270093585_stock_folder-move

Popularity: 2% [?]

Posted by leosquarez On April - 1 - 2010 Web Development

To delete or remove a login and password from Firefox you have to:

  1. On the Firefox top menu click on Tools > Options.
  2. Click the tab Security at the top.
  3. Click Saved Password button.
  4. Find the web site you wish to remove in the list. Click/highlight it with your mouse.
  5. Click Remove (if you want delete/remove all them click on Remove All) and click Close then OK when you are finished.
  6. Now the stored password will be removed from Firefox.

:-)

Firefox

Firefox

Popularity: 1% [?]

Posted by leosquarez On April - 1 - 2010 Web Development

Subscribe here

VIDEO

TAG CLOUD