Viewing Bypassing Directories

Bypassing Directories



User: Roddy 12 years ago
It seems that EasyWeb's method of creating a Directory is causing confusion since it creates an index.html page rather than just a folder.

To work around this, when you create a directory, leave this page blank and add a redirect to the first "real" page.

Add this code in the Head Code box of the blank directory page...

<meta http-equiv="refresh" content="0;url= page.html" />

... where "page.html" is the file name of the first "real" page in the directory.

Example: If the first page in the directory is named "zapping- zingers", the redirect code would be...

<meta http-equiv="refresh" content="0;url= zapping- zingers.html" />

Now, if a visitor inadvertently clicks on the directory - rather than a page in the drop down - they will land on the first page and every will be happy.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Christopher 12 years ago
Aren't you clever. <!-- s8-) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8-)" title="Cool" /><!-- s8-) -->

-------------------------------
rMBP 15", 2.6 Ghz, 16 GB RAM, OS X 10.11.6, with 27" Thunderbolt Cinema Display

www.cleetche.com
User: Roddy 12 years ago
Quote:
Aren't you clever.


No, I got the idea from you. Don't you remember?

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.