Could I please have the script?
For future readers. Ok, I solved the problem myself.
My server didn’t load the .htaccess info, even thou i had mod_rewrite loaded
I edited my http.conf file and changed AllowOverride variable to All instead of none. Violá!
Could it be that I might now have mod_rewrite installed?
I’ve changed the permission to the wordpress directory (cmhod -R 777) and .htaccess file (chmod 666 .htaccess). Then WordPress automatically updated .htaccess for me. Nice!
But my WordPress still can’t make any Pages for me. All I get is a 404 Not Found error message. Anyone got a clue?