Page 1 of 1

How to move windows xampp website to Centos Apache?

PostPosted: 04. January 2023 09:46
by allsolution
I have configured website using php script on my local machine using xampp, Now I have to move it to centos apache web server.

I did: Imported mysql data, moved all files and folder from HTDOCS to
Code: Select all
 cento> var > www > html
But it says
Code: Select all
Not Found The requested URL was not found on this server.
only index.php works.

How can I solve this problem?

Re: How to move windows xampp website to Centos Apache?

PostPosted: 04. January 2023 10:14
by Altrea
file and folder permissions properly set?

Re: How to move windows xampp website to Centos Apache?

PostPosted: 04. January 2023 12:26
by allsolution
Not yet. What command should I using cli?

Re: How to move windows xampp website to Centos Apache?

PostPosted: 04. January 2023 12:38
by Altrea
I don't know CentOS Webserver.
your CentOS user your Webserver is running with needs propper rights to access the files and folders.

Re: How to move windows xampp website to Centos Apache?

PostPosted: 05. January 2023 02:45
by allsolution
Altrea wrote:I don't know CentOS Webserver.
your CentOS user your Webserver is running with needs propper rights to access the files and folders.

I have done it, It wasn not about permission thing.