I have a windows 2012 server that has been created for me. I am using a Mac and using Microsoft Remote Desktop to connect to the server. When I am using my Mac, I plug in the address of my server and code file (my_server/path_of_file) so I can run it but every time I get an error, usually either Server error 404 or Server error 500. How can I fix this so that I can browse files on my server from my Mac?
Related
I created a web-application running on Wampp server, transferred all the files to a linux machine running Xampp but after inserting the web-app files in the htdocs folder, and starting the server I ran the web-app and ran into an error 403
"Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster."
I tried connecting the machine to the internet because I had embedded bootstrap into my code.
I also imported the necessary database in phpmyadmin and this was successful but still I had no access to my web-app.
I am using xampp to run my php program on local server and it's working fine.
I want to run my program on different pc of same server network.
But when I use ip address instead of localhost on my pc, it's also work but responding slowly.
I have turned off my pc firewall but still it responding slowly.
Do I have to change in apache config file or on my php code or something else to get the same responding speed ?
I have installed xampp on my local machine as well as Windows Server 2008 and Apache and MySql is running on both.
I created a test application which I am running on my local machine.
http://localhost/example/
I want to test this example application on the server. How can I do this?
adding 192.168.1.11/example/(ip address of the server) gives me 404 - File or directory not found.
You would have to move those files over to the server instance. and make a change in your XAMPP configuration to allow the IP of your local machine to connect to the instance.
Do you have physical access to the server instance? (I.E. VM/SSH, In basement)
This question might be helpful if you are looking to allow an external IP.
httpd-xampp.conf: How to allow access to an external IP besides localhost?
I have created a local project that connects to a SQL2012 database. On my local machine I have Windows 7 64Bit enterprise, with MS SQL drivers with no problem at all. I moved the project over to a Windows Server 2012R2 production machine. I got the web server up and PHP working fine.
I checked the phpinfo() file and sql drivers are enabled and sqlsrv is a 'registered stream'
I have try & catch blocks for all my connections to the database. No errors
I have checked the Apache error logs and there is no indication of a problem connecting to the DB.
My project uses SQL authentication, using a Username and Password - not built in Windows Authentication. I tried to change the password to a incorrect one ---> still no error?!!
I even tried to disable Domain, Public, and Private Window Firewalls. Still nothing.
I'm totally stumped, perhaps someone here may have some ideas.
Does anyone know if the SQLSRV30 pack is compatible with Windows 2012R2?
OK I have figured out what the problem was, I needed to install Microsoft® SQL Server® 2012 Native Client located at: http://www.microsoft.com/en-us/download/confirmation.aspx?id=29065#
After that installed everything is working fine.
I have xamp installed on local host on a windows xp pc and i have a linux server with xamp .
I have a development page on my local server and a production page on the remote linux server.
The 2 pages are identical however on the linux server i do not get any value for for the date function . It seems as the date function is not working on the linux server . (While it works localy without a glich)
Unable to find any relevant information on google i wander if anybody ever had a similar issue or has any idea why dose this happen any tip would be most appreciated?