Possible to remove .html at the end of my address?

The only reason I need to do this is because I shot an event Friday night and gave out a bunch of cards to people with my web address on it, and I didn't put .html afterward.
So now, when you type in the address, you get an error. I created a page in iWeb for the event with info about ordering and pricing and a link to the gallery. I notice that many other sites, including Apple, don't have .html at the end of their page address.
Might be a stupid question, but I've poured over the forum for an answer but to no avail.
Thanks,
Jim

Boise Jim,
.html is part of the page name just like your photos are probably named .jpg - it tells what type of file it is. iWebFAQ has some convoluted method on his site for removing the .html from all of your pages, but you know how I feel about that site...
Here's another "fast fix" for you.
Say your page is called "event.html"
Create a folder and call it "event"
Create a text file with the following contents:
<html><title>Title of page</title><head><meta http-equiv="refresh" content="0;url=http://www.playoflightimages.com/event.html"></head><body>You will be redirected shortly... (or some other message you want it to say)</body></html>
Save the file as "index.html" and put it in the folder "event"
Upload the folder containing index.html to your server.
Now when people visit http://www.playoflightimages.com/event they will be redirected to http://www.playoflightimages.com/event.html

Similar Messages

  • Is it possible to remove hyphens at the end of a line separating parts of a word? Thank you

    Hi there,
    I was wondering, Indesign automatically adds hyphens at the end of a line to join one part of the word with the next part (on the next line). Is there any way to get rid of this in my entire document so that indesign automatically puts the word on the next line rather than separating it with a hyphen? I've been going through it manually and correcting it but it's taking many hours.
    Let me know if it's not clear what I'm saying
    Many thanks

    LegitNZ wrote:
     I've been going through it manually and correcting it but it's taking many hours
    Ouch!  What you need to do is turn "hyphenating" off.  Select all your text and do it in the control panel like this:
    You can also turn it off before you start in the paragraph panel, or by turning it off with no documents open make it off by default.

  • Remove prefix at the end?

    I'm using apple scripts with Automator to remove prefix from files. How can I remove prefix at the end? For example, the file name is test01.mov. I want it to be test.mov
    I have found this script but this script works in front. I'm not I programmer and I can't make any sense of the script.. Can any one help me out?! Thanks!
    repeat with thisFile in input
                        tell application "Finder"
                                  set fileName to name of (thisFile as alias)
                                  set fileName to (do shell script "echo " & quoted form of fileName & " | sed 's/^[0-9]*//'")
                                  set name of thisFile to fileName
                        end tell
              end repeat

    I can't help with Automator or scripts, but clarifying your question -
    A 'prefix at the end' is called a suffix. By definition, a prefix can only be at the beginning of something.
    And, I think you want to remove something from the end of the file's name (the filename) rather than from the file itself.

  • I have a PDF format document I want to use to attach to an application, however, it still has the "adobeacrobat.html" at the end of it; how do you getr rid of it?

        How do you get rid of the "adobeacrobat.html" thing at the end of my PDF documents?

    I googled PDF Optimizer and there were several free PDF Optimizer downloads listed. They appeared to be from different companies; FyTek, cvisiontech, softpedia, etc. Is there one that is better for getting rid of of my error message?
    I am familiar with the concept of preflighting files; but I don't have any software that does this. Can you suggest one?
    Thank you for your helpful response. - Carol

  • On the Apple Watch, has anyone figured out a way (if possible) to remove some of the redundant auto responses available when using Messages?

    There are some responses that always show which I would never use, such as BRB, that I'd like to completely remove. There are other responses that are excessively redundant. I don't need Thx, Thanks, Thank you. and Thanks! as separate available auto responses every single time. Anyone else had better luck figuring that out?
    Overall I'm really liking the Watch so far. The only thing bringing it down is sone of those small details.

    Visit the Apple Watch app, then go to My Watch > Messages > Default Replies.
    You can add your own but there will still be Apple auto default replies too.
    Kinda lame.  Hope there's a new option to get rid of those in the future. I'd rather ALWAYS dictate and not have those 'smart responses' there at all.

  • How to remove ^M at the end of lines?

    Hi,
    A war file is created in Windows xp. If I deployed it on Solaris + Tomcat 5.0.28, I can see ^M following each line in apps.xml and web.xml, of course, the application doesn't work properly.
    In windows xp, I used command: jar -cf myapp.war *.*, then deploy it thru Tomcat Web Application Manager.
    How can I fix the annoying ^M?
    Thanks in advance.
    Wolf

    The ^M happens because the source files are created using Windows line termination. The best way to keep this from happening is to edit your XML files in an editor that lets you choose what type of line termination to use. I use TextPad, which is great.
    ~ Robert

  • Replace Function removing Zero from the end.

    Hi ALL,
    I'm runing following query
    select REPLACE(52000.50,'.') from dualwhich is giving me output as
    *520005*
    But I need last zero also in the output. like *5200050*
    Please help me if you have any solution.

    user2988171 wrote:
    Thanks it worked only small chane in the above query..
    select REPLACE(to_char('52000.50','999999.99'),'.') from dual Edited by: user2988171 on Jul 30, 2010 4:38 PMYou broke it again.
    If you have a string and not a number right from the beginning then there is no reason to use TO_CHAR.
    Simply run
    select REPLACE('52000.50','.') from dual;Or use the correct version from Toon if you enter a number value.
    Btw. If it is a number you could also simply muliply it by 100.
    select 52000.50 * 100 from dual;Edited by: Sven W. on Jul 30, 2010 2:58 PM

  • Remove path at the end/beginning of every page

    We have Acrobat X Pro and are creating PDFs from XML. However, whenever we do this, the doc path is appearing in its entirety at every page break. I have searched all over the web and changed all the Create PDF from Web page settings that I can find to not include header/footers/bookmarks, but every time we create a pdf, there the path is again. On. Every. Single. Page.
    How do we create PDFs without having to manually delete each path reference?
    Thanks!

    It sounds like both are done from IE I am guessing and not from within Acrobat. For the Create PDF option, you need to check under the Create PDF preferences in IE. For the printing, you need to check the print options of your browser, it is not a function of Acrobat in that case. What you get with the print is the same you would get to paper and those settings are part of the browser.
    If you were using the create from web page in Acrobat, then select the settings on the menu and turn off the header and footer, just as if you were using a browser to print.

  • How do I remove bookmarks when the star at the end of the bar is white, not blue?

    I am trying to clean out my bookmarks and certain ones will not go away. The bookmarks that continue to appear even after I have clicked "remove bookmark" are those that do not have a blue star at the end of the website address line. The star at the end of these addresses is visible, but is white (or unfilled), not blue like the ones that have been deleted.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *http://kb.mozillazine.org/Bookmarks_not_saved

  • Is it possible to export to PDF without a Return character at the end of every line?

    I am the author of a book whose first edition has been typeset and extensively amended in InDesign.  I now need to rewrite the first edition to produce a second edition.
    When I copy-and-paste from the PDF with which the publisher has supplied me into MS Word, I get a Return character at the end of every line, which means that text doesn’t automatically wrap and sentences are fragmented so that I get spurious grammar errors.
    I know that not all PDF files have a Return at the end of every line.  Is it possible to restrict Returns to the end of paragraphs when exporting from InDesign to PDF?  If so, what should the publisher be asking the typesetter to do?

    Thanks for your lightning-swift and helpful replies, Mike & Ellis.
    I don't have InDesign myself, so I know hardly anything about how it's used.  I'm just trying to research what an internationally-known publisher should already know how to do, but apparently doesn't!
    Following your suggestion, Mike, I have downloaded the trial version of Acrobat and exported the PDF to a Word file.  This has been moderately successful as there are far fewer spurious Return characters, just a few that I suspect may be hangovers from the typesetter having introduced soft returns in ID.
    As you've suggested Peter and Ellis, I'll suggest that the publisher asks the typesettter to export from ID to RTF and Text to see if that's even better.
    Message was edited 15:24 GMT by: AlanS5100

  • Is it possible to remove a computer assigned to the ipod ?

    Hi,
    I have an ipod for 3 years now, and i've had 4 different computers since the beginning. I remember that you can connect the same ipod to 5 different computers. I'm actually gonna buy a new computer, a mac. Since it's gonna be the 5th computer to be connected to my ipod, I was wondering if it's possible to remove one of the computer peviously connected to my ipod, that it's not needed anymore ..
    Thank you.

    I remember that you can connect the same ipod to 5 different computers.
    No, you're misremembering or have misunderstood. An iPod touch can only be connected to one computer (or more accurately one iTunes library) at a time. You can only authorize up to five computers to a given iTunes Store account, and that's probably what you're thinking of. If you are going to sync your iPod to this fifth computer, then you do have to authorize the computer to the iTunes Store account through which you've purchased your apps and content, but if you've only previously authorized four computers, there shouldn't be a problem.
    Regards.

  • Is it possible to remove "Revision" from standard check in

    Hi,
    Is it possible to remove or disable the revision text box in the standard check in screen. This number can be changed by the user each time the document is checked in. It can be changed to go backwards and use duplicated is the user changes it without giving an error i.e. 1 - 3 - 2 - 3. The documentation says "The revision increments automatically with each check-in of the content item, so generally, you should not change this value"
    Is there a way to remove/disable this from the standard check-in to prevent people changing it.
    Thanks

    Kizume and Rhm Zanz it should be still there as that is what manages that specific feature.
    In the top menu bar, where is says:      Finder   File   Edit   View   Go   Windows   Help
    Click on the Go, and in the same time click the option key on your keyboard near the space bar.  In that the drop down menu list the word Library will appear.
    Click on Library and Finder will open, look for the Preferences folder. Within that folder which should be in alphabetical order look for the file named, com.apple.sharekit.recents.plist
    Drag that file out of finder and unto your desktop. Close out the Finder window and close out all other your applications, including Safari, and reboot your Mac and once it turns on, reopen Safari and look at your share sheet. Any recents should be gone. That file named com.apple.sharekit.recents.plist will recreate itself on a clean slate in that folder. Should you encounter that you shared something again to a contact with Safari's share sheet, be sure to follow the same directions.
    Cheers!

  • Delivery is to be done at the end user location not at the storage location

    Hai Gurus.
       I have a problem
    I am working for a construction industry.. I had a storage location at say" X":. And in case of emergency for the material to the end user at different locations, delivery is to be done at the end user location not at the storage location.. Where to give the end user location address .As delivery address in PO item details will be plant address. pl help
    regards
    chandrasekhar

    As i underdstand from your  description of issue .You dont want to recive the material in the storage location of your  main plant but you want to recive the goods directly to the end user from the vendor.This is typical scenario of Third party PO ..so kindly traise third part PO to vendor ..by changing the item category ...and so the delivery addfres popolutaed in ur PO will be directly from the ship to address from your sales order.rathewr than the storgae location you wd have specified in ur material master

  • How to remove HTML comments at the end of the portal page

    Hi,
    I've noticed that even if you turn off performance comments, some code in the portal UI still sticks this:
    <!--Hostname: bdg-laptop--><!--Portal Version: 6.0.0.199938, Changelist: 199938, Build Date: 08/31/2005 at 07:49 PM-->
    at the bottom of every page.
    Does anyone know how I can suppress these comments?
    Thanks,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

    Are you using GB 10.0.2 as well?
    I am using both - GarageBand 10.0.2 and GarageBand '11.
    And if I deselect all regions, File - Add Region to loop library is of course greyed out. Is it possible to save multiple tracks as a loop?
    No.
    Yep, I've deselected all regions. Still no luck.
    My answer above was in answer to your "This time GB felt I only needed the first 4 measures of the song, even though I defined an entire Region over the length of the song and selected everything with Ctrl-A..."
    You should be able to export the complete song, if you deselect all regions, and select all of the song using the cycle region with "Export Cycle region only" enabled, or with "Export Cycle region only" disabled, nothing selected, and the end-of-song marker correctly set.
    However, this will not get rid of the trailing empty bars.
    Reimport the bounced song to a new Ringtone project and trim it and save it as a tone, or to a regular project and add it to the Loop Library.
    Find the AIFF file of the loop in the Loop library - it will be installed in your User Library in your Home folder
    ~/Library/Audio/Apple Loops/User Loops/SingleFiles/

  • To download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    to download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    Very Important, how much Free Space is on your Hard Drive first of all? Click on the Macintosh HD on the Desktop, then do a Get Info on it.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Do they launch OK while in Safe Mode?

Maybe you are looking for

  • Migration after new hard drive installed

    I need to copy all my files and setting in the windows 7 partiton from my old hard drive to new hard drive. The new hard drive has been partition thru bootcamp, and everything on the Apple side migrated fine and used bootcamp to install windows 7.

  • Exporting to h.264 causes video to be half frame out sync

    Whenever I compress a ProRes quicktime to an h.264, using the standard vimeo presets, the result is always a half of frame out sync. Has this happened to anyone else?

  • Reg:Function module SAPWL_GET_SUMMARY_STATISTIC not working in CRM ABAP 6.0

    Hi All,   When i execute the function module SAPWL_GET_SUMMARY_STATISTIC in CRM ABAP 6.0 passing the values below, PERIODTYPE                     HOSTID                          STARTDATE   it's not showing any values in the summary. it's showing the

  • FlexRIO DRAM problem in Labview FPGA 2010

    Hello, I am just switching from Labview FPGA 2009 to Labview FPGA 2010 and I am having compilation problems with very simple projects that shouldn't fail to compile. I am using a FlexRIO 7965R board as a target. Initially, I just wanted to recompile

  • Problem Adding Custom Field to Service Process Screen

    Hi Folks, I'm a dinosaur ABAP developer whose been asked to create a custom field to appear on the Business Transaction service process (Support Message) initial selection screen. I've created the field and generated the necessary objects via the EEW