MySQL Forums
Forum List  »  Newbie

Re: Migrating MySql from Debian to Windows
Posted by: Barry Galbraith
Date: July 06, 2014 05:17PM

>There is a .htaccess file but it is not in the webroot folder.

.htaccess only applies to the folder it's in and those below it.
So, all that means AFAIK is that you are not bound to use Apache, but you can if you like.
But, you have to use a webserver of some type, either Apache or IIS or something else.

>It looks like all the website files are in the \var\www folder.

Copy the contents of that folder to the wwwroot on your windows machine after you install your webserver (Apache?).
If your website folder(s) contain .php files, then you'll need to install php on your Windows machine too.
If the files are some other type of active scripting file, then you'll need to install the script engine to read them.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Migrating MySql from Debian to Windows
July 06, 2014 05:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.