Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Removing “?” from search

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #39994
    davidkrasniy
    Member

    Hey I have an html website on my computer and I want to make files for each search. i dont have .htaccess. Is there another way I can do it???

    Please HELP

    example: search”syberfx”
    search url:http://example.com/?=syberfx
    I cant make a file with a “?”. Thats my problem..

    PLEASE HELP!!
    Thanks

    #110708
    chrisburton
    Participant

    Not to my knowledge. Why would you want to make a file for each search?

    #116596
    davidkrasniy
    Member

    Yes. It’s an HTML website on my computer(not online)!

    #116598
    __
    Participant

    and…? Did you read our answers above?

    If you want your own search functionality, you’re stuck using a server-side language.

    If you want to rewrite URLs, you’re stuck using .htaccess.

    #116608
    davidkrasniy
    Member

    Can I use .htaccess on a html website on my computer?

    #116611
    chrisburton
    Participant

    Yes but the point is, is that you should use a server side language for this. Otherwise I would just use Google Site Search.

    How can you predict what others will search?

    #116715
    __
    Participant

    > Can I use .htaccess on a html website on my computer?

    I would have assumed you could, but you said earlier that you couldn’t.

    > Otherwise I would just use Google Site Search.

    I second this.

    #116716
    chrisburton
    Participant

    @traq

    Sometimes hosting providers limit what you can do. Some won’t even allow PHP. I’m assuming that is why he can’t. Unless he’s naming the .htaccess file to something like `stuff.htaccess` instead of just `.htaccess`.

    #116718
    __
    Participant

    True.


    @davidkrasniy
    , a few posts back you said the site is on your own computer (not online).

    Is it staying there, or will it eventually be published on the web? If so, do you know what features your host supports?

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.