yes i tryed but as i edited and changed the adress where localhost was i got an other error about this is not a supportet url or something like this.
now i have got it working and an other question:
i have webspace on a server
in the readme i understand this not:
13 Apache
14 ======
15 Apache must be configured so that mod_rewrite works. Here are
16 instructions for Apache 2. Apache 1.3 is very similar.
17
18 1. Make sure a line like the following appears in your httpd.conf
19 LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
20
21 2. In the <Directory> directive of your virtual host, look for this
22 line
23 "AllowOverride None"
24 and change it to
25 "AllowOverride FileInfo Options"
26
27 3. In the <VirtualHost> section of the config file for your host there
28 will be a line defining the hostname. You need to add the following
29 if you want virtual hosts to work properly:
30 "ServerAlias *.domain.tld"
31 Replace domain.tld with whatever your one is, and remove the quotes.
1. how can i access the file httpd.conf if i only have webspace?
2. <Directory> directive <- where is this folder exactly?
3. <VirtualHost> section of the config file <- which config file exactly?