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 TouchToneTommy 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: dennismdk
  • Content: Threads
  • Order by date
  1. dennismdk

    Subdomains on Windows Server?

    I'm searching for a method to lead users from eg. username.myhp.dk to myhp.dk/username. My Apache server are using virtual hosts, but I'm not interested in adding a virtual hosts for all the users. It would be nice with a htaccess og an advenced virtual hosts (if possible?) that solve my problem.
  2. dennismdk

    Rewrite on Windows-server (subdomain)

    I have this rewrite rule: RewriteEngine On RewriteCond %{HTTP_HOST} ^([^.]+)\.myhp\.dk$ RewriteCond %{1} !^www$ RewriteCond c:/www/myhp.dk/www/%1 -d RewriteCond %{REQUEST_FILENAME} !^c:/www/myhp.dk/www/ RewriteRule (.*) c:/www/myhp.dk/www/%1/$1 [l] It's placed in my .htaccess on...
  3. dennismdk

    Cryp in XML

    I have a Windows Application which create a .XML with my user-datas. When I type "test" as password, I found this in the .XML-datafile: <Password>iyzz</Password> Can anybody tell me about this cryp, and how I can make it i PHP? There must be a function in PHP which with "test" as input returns...

Part and Inventory Search

Back
Top