Results 1 to 6 of 6

 

Thread: Any Programmers here use FastHosts!

  1. #1
    apg1985's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2011
    Posts
    412
    Thanks
    1
    Thanked 17 Times in 11 Posts


    This is an SOS lol

    Any programmers here use fasthosts or have used fasthosts?

    Got a massive problem with my .htaccess file, which has turned into a 6 hour support nightmare, which is still not solved.

  2. #2
    scriptmonkey's Avatar
    Oranges & Lemons

    Status
    Offline
    Join Date
    Jan 2009
    Location
    Worthing
    Posts
    1,607
    Thanks
    112
    Thanked 253 Times in 192 Posts
    I've used them (they suck), but, mod_rewrite is not hosting specific (unless they don't have it switched on), so, post your problem and your htaccess and we'll see
    The trouble with the rat race is that even if you win you're still a rat.
    Time passes. Listen. Time passes. Dylan Thomas
    Ebay Alerts to your inbox

  3. #3
    apg1985's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2011
    Posts
    412
    Thanks
    1
    Thanked 17 Times in 11 Posts
    ---
    RewriteEngine on
    RewriteRule ^/proid/(.*)/ football-boot-details.php?proid=$1
    ---

    Hope you can help me solve this because im starting to go into a dark place!

  4. #4
    scriptmonkey's Avatar
    Oranges & Lemons

    Status
    Offline
    Join Date
    Jan 2009
    Location
    Worthing
    Posts
    1,607
    Thanks
    112
    Thanked 253 Times in 192 Posts
    One more thing, are you trying to rewrite

    http://www.domain.com/football-boot-details.php?proid=1234567 to http://www.domain.com/proid/1234567/

    If so, then

    RewriteEngine On
    RewriteRule proid/(.*) football-boot-details.php?proid=$1 [L]

    will work.

    Tony
    The trouble with the rat race is that even if you win you're still a rat.
    Time passes. Listen. Time passes. Dylan Thomas
    Ebay Alerts to your inbox

  5. #5
    apg1985's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2011
    Posts
    412
    Thanks
    1
    Thanked 17 Times in 11 Posts
    Sorry for the late reply been on holiday.

    Ok so that worked kinda (dont worry about the css not working):

    www.footballbootsonline.co.uk/proid/6765

    When you visit that link your notice 'home' along with the other links are now trying to go to:

    www.footballbootsonline.co.uk/proid/index.php

    Why is that?

    Also this rewrite stuff is new to me, I thought once the rule is setup it would just take you to the actual url but put a friendly url over the top.

    By the looks of it im going to have to go back into the code and restructure all links to go to /proid/6765

    Cheers

  6. #6
    mrkkkkkeith's Avatar
    Registered User

    Status
    Offline
    Join Date
    Apr 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts
    in my experiance fasthost suck, i had a reseller account for a few years. I found their support frustrating and issues were never resulved. I still have the account with them as there is a domain in it which i can't tranfer (the admin pannel is broken) and the support team won't do anything.

    the best value company i've fount in my time is heartinternet, they have no phone support though but don't let it put you off as there is a ticketing system which getts the job done a bit better.



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2