ok no problem

Will wait a few days. And if I can’t, I will upload everything to a live server
But another problem. Don’t know if it’s also a problem with the ip.
But when i don’t use a subdir. And just put the modx site in the main dir (127.0.0.1)
When i go to the site:
http://127.0.0.1/, it switches to
http://127.0.0.1/nl/.
So that is good, but i get a 404.
So i thought, that is was because of I hadn’t editted the htaccess file yet.
I edit the lines with:
# The Friendly URLs part
RewriteCond ${REQUEST_FILENAME} !-f
RewriteCond ${REQUEST_FILENAME} !-d
RewriteRule ^nl/(.*)$ index.php?q=$1&yams_lang=nl [L,QSA]
RewriteCond ${REQUEST_FILENAME} !-f
RewriteCond ${REQUEST_FILENAME} !-d
RewriteRule ^cn/(.*)$ index.php?q=$1&yams_lang=cn [L,QSA]
RewriteCond ${REQUEST_FILENAME} !-f
RewriteCond ${REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
And when i took a look again, the page worked. But the stylesheets etc, weren’t loaded in.
Also, i coudn’t get in the manager anymore. It got renamed the whole time in:
http://127.0.0.1/nl/manager/
I also edited the template:
<base href="(yams_site)" />
<link rel="stylesheet" type="text/css" href="[(site_url)]assets/templates/wnh/styles/style.css"/>
But it had no effect.
I think it’s again a problem with the ip adress issue.
What do you think?