Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kbc1
  • Order by date
  1. kbc1

    mod_rewrite not working

    Hi all Running locally on my machine, this mod_rewrite works perfectly... ------------------------------ Options +FollowSymLinks RewriteEngine On RewriteRule ^(/)?$ http://%{SERVER_NAME}/blue/home [L] RewriteRule ^blue(/)?$ http://%{SERVER_NAME}/blue/home [L] RewriteRule ^green(/)?$...
  2. kbc1

    Redirecting a User

    Thanks mbrooks, but by adding that into my http.conf file my website no longer worked at all i.e. i received a 404 page not found error for all webpages. I also need a solution that will allow me to apply it to a shared web server, and I am not sure if this solution would be applicable in that...
  3. kbc1

    Redirecting a User

    Hi all, I would like to find out how to do something that i see regularly on websites and need advice! In many cases when you visit a website by typing in the domain only (i.e. www.mydomain.com) you will see the URL automatically change to something like www.mydomain.com/newwebpage (for...
  4. kbc1

    Apache lookback

    Hi fererke I am very new to this mod_rewrite stuff and have searched many a forum and tutorials to find out more but i'm still none the wiser! Can you please explain what that line of code does? It will greatly help me understand my approach to the website. Many Thanks
  5. kbc1

    Apache lookback

    Hi I am about to begin developing my first 'tidy url' website with PHP and have followed many tutorials on how to implement the ForceType method. However, each time i try and type a URL such as http://mydomain.com/articles/3 (where articles is my script and 3 would be the ID of the article in...

Part and Inventory Search

Back
Top