Jump to content
The Uniform Server Community

jeret

Member
  • Posts

    48
  • Joined

  • Last visited

Everything posted by jeret

  1. jeret

    Junior Member

    hi guys, anyone knows on how to be more than a junior member?
  2. Hi , can someone tell me where or how can i get full details, guide on how to port my current websites which is running on 5.6.7 nano to 7.1.2 Orion. thank you.
  3. Need help, is it possible to change the main page of the uniform server in /www/index.php ?? to something else maybe like ex: console.php if i do like the above will there be any complications ?..
  4. jeret

    Securing apache

    Thank you BoBs will look it up ....
  5. jeret

    Securing apache

    Help, how do I and what do I do to secure apache in uniform server. ..
  6. jeret

    Apache referer

    Hi guys, how do i get rid off this referer error in my apache error.log file ?? [Wed Mar 30 20:01:35 2011] [error] [client 60.53.138.76] File does not exist: C:/UniServer/www/redalert/contact/gbcf-3/gbcf-v3, referer:
  7. Thanks guys...
  8. Thanks BobS
  9. hi i have uniform server up and running on a windows server, i need to move my whole project to another new server. how do i go about this? do i just copy out the folder to the new server or is a special function to export it out? thanks
  10. hi Coral, it's not working either, i tried this way instead and it's working : <VirtualHost *> DocumentRoot C:/uniserver/www/asb ServerName www.ampangsuperbowl.com </VirtualHost> <VirtualHost *> DocumentRoot C:/uniserver/www/asb ServerAlias ampangsuperbowl.com Redirect permanent / http://www.ampangsuperbowl.com </VirtualHost> but above don't seem to with extensions like "com.my" ex: www.lourdes.com.my
  11. HI Coral, Thanks
  12. i have uniform server running on windows, i have tried editing the .htaccess to redirect non-www to www but it seems that it's not working. any ideas anyone ??
  13. Hi i have successfully, configured and made my web online. i have setup the virtual host: Now i want to redirect all my non www webaddress to www. How do i do this? i have even edited the .htaccess in my uniserver/www/ with few different config but it's still not working. please help: RewriteEngine On RewriteCond % ^lourdes.com.my [NC] RewriteRule ^(.*)$ http://www.lourdes.com.my/$1 [L,R=301] ------------------------------------------------------------------------------------------------------------------ RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] ------------------------------------------------------------------------------------------------------------------ ##########VIRTUAL HOST SETUP########## # WWW.AMPANGPOINT.COM.MY <VirtualHost *> ServerName www.ampangpoint.com.my DocumentRoot C:/UniServer/www/asb </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.AMPANGSUPERBOWL.COM <VirtualHost *> ServerName www.ampangsuperbowl.com DocumentRoot C:/UniServer/www/asb </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.REDALERTCARD.COM.MY <VirtualHost *> ServerName www.redalertcard.com.my DocumentRoot C:/UniServer/www/redalert </VirtualHost>
  14. can someone please help and tell me what does this mean? i got this error in my apache error.log [Thu Mar 24 12:34:28 2011] [error] [client 65.52.110.13] File does not exist: C:/UniServer/www/robots.txt thank you
  15. Hi i have successfully, configured and made my web online. i have setup the virtual host: Now i want to redirect all my non www webaddress to www. How do i do this? i have even edited the .htaccess in my uniserver/www/ with few different config but it's still not working. please help: RewriteEngine On RewriteCond % ^lourdes.com.my [NC] RewriteRule ^(.*)$ http://www.lourdes.com.my/$1 [L,R=301] ------------------------------------------------------------------------------------------------------------------ RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] ------------------------------------------------------------------------------------------------------------------ ##########VIRTUAL HOST SETUP########## # WWW.AMPANGPOINT.COM.MY <VirtualHost *> ServerName www.ampangpoint.com.my DocumentRoot C:/UniServer/www/asb </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.AMPANGSUPERBOWL.COM <VirtualHost *> ServerName www.ampangsuperbowl.com DocumentRoot C:/UniServer/www/asb </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.REDALERTCARD.COM.MY <VirtualHost *> ServerName www.redalertcard.com.my DocumentRoot C:/UniServer/www/redalert </VirtualHost>
  16. Hi i have successfully, configured and made my web online. i have setup the virtual host: Now i want to redirect all my non www webaddress to www. How do i do this? i have even edited the .htaccess in my uniserver/www/ with few different config but it's still not working. please help: RewriteEngine On RewriteCond % ^lourdes.com.my [NC] RewriteRule ^(.*)$ http://www.lourdes.com.my/$1 [L,R=301] ------------------------------------------------------------------------------------------------------------------ RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] ------------------------------------------------------------------------------------------------------------------ ##########VIRTUAL HOST SETUP########## # WWW.AMPANGPOINT.COM.MY <VirtualHost *> ServerName www.ampangpoint.com.my DocumentRoot C:/UniServer/www/asb </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.AMPANGSUPERBOWL.COM <VirtualHost *> ServerName www.ampangsuperbowl.com DocumentRoot C:/UniServer/www/asb </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.REDALERTCARD.COM.MY <VirtualHost *> ServerName www.redalertcard.com.my DocumentRoot C:/UniServer/www/redalert </VirtualHost>
  17. Hi i have installed uniform server 5.6.7-Nano on windows 2000. i tried starting the server, i get the internet explorer open with the localhost page half way and it closes. i don't know the cause of this problem. i have checked the server status and it seems that the server is not running. i have tried starting the apache server but i still get the same response. please help. thank you.
  18. Hi BobS, It makes more sense now. Thank you...
  19. Hi guys, I have my uniform server V5-Nano up and running. In my security center all the status is secure. I need to know is it possible to change my mysql username 'root'. How do I do it? Will this action improve my security? Thank you..
  20. Hi Coral , thanks for the reply..
  21. Hi ppl, i need to know if i can use this uniweb V5-nano for LIVE SERVER PRODUCTION? (not develpoment). Also can some one guide me on how to host multiple website with UniwebServer? Thank you.
×
×
  • Create New...