
jeret
Member-
Posts
48 -
Joined
-
Last visited
Everything posted by jeret
-
hi guys, anyone knows on how to be more than a junior member?
-
Thank you Bobs ..
-
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.
-
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 ?..
-
Thank you BoBs will look it up ....
-
Help, how do I and what do I do to secure apache in uniform server. ..
-
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:
-
Thanks guys...
-
Thanks BobS
-
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
-
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
-
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 ??
-
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>
-
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
-
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>
-
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>
-
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.
-
Hi BobS, It makes more sense now. Thank you...
-
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..
-
Hi Coral , thanks for the reply..
-
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.