|
Joomla Redirects |
|
|
|
Written by Administrator
|
|
Friday, 15 June 2007 |
How to redirect traffic to other pages, using a .htaccess file.
In your webserver's root there is a file named ".htaccess" (if there isn't one, make one) Open the file with a webshell, and look for the phrase "RewriteEngine On" After that phrase, you can enter redirects.
RewriteEngine On
redirect 301 /nonexistingpage.xxx http://www.mysite.com/newpage.xxx
rewritecond %{http_host} ^yoursite.com
rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L]
The first rule in blue redirects a
nonexistingpage to a new page. The nonexisting page should have no
domain name mentionned, only the path from the root. So
"http://www.mypage.com/old/test.php" should be "/old/test.php". The
page to redirect to is the second in the line, and needs the full
http:// address.
The two other lines simply redirect all traffic from "mysite.com" to "http://www.mysite.com". Most
sites are accessible in two ways: www.yoursite.com and yoursite.com.
While we are redirecting traffic to old pages, we can at the same time
solve this problem, which results in a better traffic monitoring and
alalysis. You don't have to understand the rules, just copy them and your site is again a littlebit better.
That's it, fairly simple and straightforward.
|
|
|
Don't use flash intros |
|
|
|
Written by Administrator
|
|
Thursday, 07 June 2007 |
Don't use Flash Intros. Period.
A lot of people think that, by using excessive flash, they persuade visitors that they are on the cutting edge of technology, but they don't realize Flash intros have major disadvantages :
1 Higher bounce rate (bounce is a visitor that goes away after a few seconds)
2 Long load times
3 SEO (Search Engine Optimization) problems
4 Lower convertion rates (sales, subcribes) due to added action steps
5 They tend to irritate people (music)
6 Returning visitors hate it
SO NEVER USE A FLASH INTRO FOR YOUR SITE.
There are however situations when flash offers advantages. IF people agree to see it, and IF you keep it sober, flash can be a great added value. In the frontpage, it is perfect to have a catchy link to a flash presentation ("How does it work?") if your site is about a refreshing idea. This way, visitors can relax, sit back and after a few moments know what your site is all about without performing any action. A few sober images, explained by a confident voice, is a perfect way to imprint your idea after visitors have been catched by the frontpage.
I would like to show you an example that really catched my interest in using flash as a great way to introduce yourself: http://www.ixwebhosting.com/ -> if you click below right on "play erica", a flash person comes in screen in front of the site to talk. A help link on many pages, with the same person coming in front to explain, could be a great feature.
In essence -> if the visitor asks, you present. Otherwise, you irritate.
So never use a flash presentation nobody asked for. And if you build a SKIP button in the presentation, it shouldn't be there in the first place.
|
|
|
Site upgrade |
|
|
|
Written by Administrator
|
|
Sunday, 03 June 2007 |
|
We just launched the redesigned site with trendy black and green, powered by the Joomla CMS system. Joomla is a great way to manage your own websites, check it out at www.joomla.org. Maybe it's a little bit more difficult to read than black on white, but it's way cooler, and this is a cool site.
Also, from now on, short trades will be posted more regularly. |
|
|