Jump to content
The Uniform Server Community

Coral

Member
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Coral

  1. Just a thought Have you run "Force Shebang update" explained on this Wiki page http://wiki.uniformserver.com/index.php/5.0-Nano:_Perl
  2. Why are you making life so difficult for yourself? Extract Uniform Server to C drive. For a test server locked down for local access only there is nothing you need to do. You can run it as standard program or service. Putting the servers on-line check this page out regarding MySQL server http://wiki.uniformserver.com/index.php/MySQL_Security For other security information check out this page http://wiki.uniformserver.com/index.php/5....y_%26_passwords
  3. The error means just what it says! There is no file named “robots.txt” in folder www Something (may be a web crawler?) has attempted to read that file and the error created and logged in Apache’s error log file. Check in Apache’s access log file for a matching access to file “robots.txt” should provide an indication what attempted to access that file. A robots.txt if it exists prevents crawler logging your site pages. If one does not exits it assumes you wish your site searched and indexed.
  4. Have you tried using ServerAlias for example: ##########VIRTUAL HOST SETUP########## # WWW.AMPANGSUPERBOWL.COM <VirtualHost *> ServerName www.ampangsuperbowl.com ServerAlias ampangsuperbowl.com *.ampangsuperbowl.com DocumentRoot C:/UniServer/www/asb </VirtualHost>
  5. I ran 7.0.0-Orion without installing Visual C++ 2008 redistributable package! Works fine on: Windows XP Home Edition Service Pack 3 I thought my XP was a clean version so I searched for msvcr90.dll and found it on my system. That means Visual C++ 2008 Redistributable was already installed. Note: I performed search using “Everything-1.2.1.371” recommended by Bobs. Other thing I noticed: Run Start.exe initial pop-up displays Uniform server V5-Nano series I assume left over from integration.
  6. Yes that is the preferred way of doing things. I think US uses a separate SSL folder purely for demonstration, making it easier for new users.
  7. You can use US as a production server. For hosting multiple websites see Wiki page: http://wiki.uniformserver.com/index.php/Vi...ing:_Name_based
  8. Making either of the changes in my first post PHP is rendered in HTML pages. Example code you posted I think contains errors! I am no expert, removing <?php require_once("phpFlickr.php"); section, more of the page is rendered. Sorry I can’t be of more help.
  9. Post a simple example page of the code you are trying to running. What do you type in your browser to run this page.
  10. Try adding this line to UniServer\www\.htaccess AddType application/x-httpd-php .htm .html Note: Does not require a server restart. Or edit file: UniServer\usr\local\apache2\conf\httpd.conf Replace this line: AddType application/x-httpd-php .phtml .php3 .php With AddType application/x-httpd-php .phtml .php3 .php .htm .html Note: Requires a server restart.
  11. Edit your “host” file! For XP found in folder C:\WINDOWS\system32\drivers\etc Add line: 127.0.0.1 localhost:80
  12. I had same problem to fix read this post http://forum.uniformserver.com/index.php?s...120&hl=utf8 Or upgrade to 5.7.4 fixed since 5.7.2
×
×
  • Create New...