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.
Hei,
I have searched for RewriteLogLevel in either httpd.conf and php.ini. But there is nothing to find.
Could I write RewriteLogLevel in the bottom of httpd.conf? Which value?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.