Dusan Malic
Dusan Malic

Reputation: 231

Changing WAMP root folder with special character in path to folder

I am trying to change WAMP directory but in my path there is one word (comupter name) with special character š, so when I change dir and restart wamp it stays yellow... I am sure it is because of that because when I use some other path (without special char) it works just fine. How can I change WAMP root dir to be that path? Full path : C:\Users\Dušan\Dropbox

Upvotes: 1

Views: 427

Answers (1)

David Cahill
David Cahill

Reputation: 1487

This may be difficult. As you need to make Apache, MySQL, and PHP all work with this special path... On windows.

And I'm honestly unsure if this won't cause major problems.

My advice is to crate a SHORTCUT folder (like ln -sf on linux), and link it to your destination. You can then install there and work directly on your sites.

Apache conf and mysql, etc. would see a normal path name.

God only knows how the UTF-8 path conversion works between linux and windows ports of these products.

Again, I'd try a standard folder C:\wamp, linked to your www or whichever directory via a shortcut.

Upvotes: 2

Related Questions