Forum Moderators: open
Welcome to WebmasterWorld!
Do you mean you want to redirect something (a site, a page, an image, what?) without using an HTML meta-refresh or client-side JavaScript code? If so, it's usually done on the server, using PHP or another server-side scripting langauge, or by using server configuration directives, such as the Redirect and RewriteRule directives on Apache servers or ISAPI rewrite on IIS servers.
So, the solution depends on what specifically you are trying to accomplish, what kind of server the site is hosted on, and what scripting languages are available and familiar to you.
Jim
--------------
#!/usr/bin/perl
print "Location:http://www.webmasterworld.com\n\n";
--------------
Upload to a test directory and chmod the file to 755 (set permissions to executable.)
Welcome aboard! :D