Ok nu har jag sumpat det, råkade kopiera över den httpd filen som fungerade så perfekt för mina vhosts, försöker bygga upp den igen men det som strular nu är återigen att permalinks inte fungerar.
Såhär ser det ut nu, borde vara rätt?
Kod:
NameVirtualHost *:80
<VirtualHost *:80>
ServerName rogatio.com
ServerAlias www.rogatio.com
ServerAdmin root@localhost
DocumentRoot "C:\www\www"
<Directory "C:\www\www">
Options FollowSymLinks MultiViews
Order allow,deny
allow from all
AllowOverride All
</Directory>
</VirtualHost>
NameVirtualHost *:80
<VirtualHost *:80>
ServerName speedrevision.se
ServerAlias www.speedrevision.se
ServerAdmin root@localhost
DocumentRoot "C:\www\speedrevision"
<Directory "C:\www\speedrevision">
AllowOverride All
Options FollowSymLinks MultiViews
Order allow,deny
allow from all
</Directory>
</VirtualHost>