|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions How to Make Custom Path Container for Various Modules (A 7-step short tutorial.) |
How to Make Custom Path Container for Various Modules |
Have you ever had that certain instance where you want http://your-ucoz-site.com/stuff to also be accessible via http://your-ucoz-site.com/onlinegames BUT, instead of redirecting http://your-ucoz-site.com/onlinegames to http://your-ucoz-site.com/stuff, you want it to stay to being http://your-ucoz-site.com/onlinegames? Well good news, here's a tutorial that will help you add containers to virtually any URL you want. Be it inside your website or to external links, e.g.; http://your-ucoz-site.com/google will contain the Google website inside that URL.
Things you'll need: Things to do: Quote <html> <head> <title>YOUR TITLE</title> </head> <frameset rows="*" framespacing="0" border="0" frameborder="NO"> <frame src="http://your-new-url/" name="uCoz_Custom_Page_by_shadowslash" scrolling="auto" noresize> </frameset> <noframes> <body> Please enable iframes on your browser. Otherwise, click <a href="http://your-new-url/" target="_top">HERE</a> to view this page. </body> </noframes> </html> On the code above, replace http://your-new-url/ with the one you want and replace YOUR TITLE with the page title you want. 2. Save your file to index.html. 3. On your website's File Manager, create a new folder name it whatever you want, e.g.; onlinegames. 4. Inside your newly created folder, upload your index.html file. 5. Make sure that the file is named index.html. 6. Test out your new url redirection by visiting http://your-ucoz-site/yournewfolder. 7. If you followed everything correctly that should work and you will be redirected to the URL you specified. This concludes this simple set of instructions on how to set up container for pages on your uCoz website. Possible Issues: Conclusion: "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
Post edited by shadowslash - Sunday, 2011-02-13, 7:09 PM
|
Quote (Animorph) shadowslash, isn't this the same tutorial as before ? Nope... Try it for yourself and you'll see. Also it's explained how the two works. "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
Hi CoffeeCone. Thanks for this awesome tutorial!!! Completely changed my site and made it way more user friendly. Quick quesrtion....
In the index.html file...what is the name="uCoz_Custom_Page_by_shadowslash" used for? I figured I should change it for something that identifies me, but curious where it actually comes in to play as far as what my users see? Thanks in advance!!! |
| |||
| |||