Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for veledrom

Hi, I use Ubuntu8. I have a folder in /var/www/Project1. When i try to save a php file into /var/www/Project1/ it generates error(writing permition). This is what i do but doesn't solve my problem: [code] root@ubuntu:/home/ubuntu# sudo useradd myuser root@ubuntu:/home/ubuntu# sudo chown myuser /var/www/Project1/ OR root@ubuntu:/home/ubuntu# sudo chown root /var/www/Project1/ …

Member Avatar for iigwk
0
633
Member Avatar for Aviplo

I try to access phpmyadmin but i can't get in because it said my password and username is wrong. The password and username, is it the same one as i entered when i install Appserve ?.So what should i do if i want to change username and password or can …

Member Avatar for manojsamtani
0
161
Member Avatar for andy106

Hi We are moving from one shopping cart to new one. we have about 4500 product links. is there anyway to make a general to move domian.com [url]http://www.domain.com/SearchResults.asp?Search=1234-111&Extensive_Search=Y[/url] to domain.com/search/q=1234-111 I don't really care about the -1111 (last 4) is there anyway to make this dynamic so I don't have …

Member Avatar for manojsamtani
0
199
Member Avatar for jessica1410

Hello Guys, i need your help... i want to see videos in youtube but there is a error showing (upgrade your flash player) when i clicking on play button. so please tell me that How To Install Flash Player In Ubuntu ?... Thank You.

Member Avatar for nothing0829
0
226
Member Avatar for Quartiz.com

Quartiz.com is hosted on a Linux server based in Pennsylvania, USA and from time to time, the server needs to be upgraded and rebooted for maintenance. Mostly admins do this during the wee hours, but our company has offices and clients in six different countries across many time zones and …

Member Avatar for manojsamtani
0
157
Member Avatar for Mahesh57

Hi sir please give the suggestion how to change port number i am chanced port number 80 to other numbers at the location of .httpdconf file- listen changed even its not changed??

Member Avatar for alirz-23
0
165
Member Avatar for RobotFX

Anyway, simple for others, not for me :( I'm trying to redirect this "v1/plugins/recipe_menu/recipes.php?0.view.1446.5.0" to this"offline.html" I have this in my htaccess: [CODE]Redirect permanent /v1/plugins/recipe_menu/recipes.php?0.view.1446.5.0 http://retete-culinare-diverse.ro/offline.html[/CODE] ...but doesn't do anything. Can someone help me here, please?

Member Avatar for manojsamtani
0
124
Member Avatar for nakresimin

hi, my client side files are in one server and server side codes and the mysql in one on my client side files config i see the below [ICODE]$config["db_host"] = "mysevercodessideIP"; $config["db_user"] = "myuser"; $config["db_pass"] = "mypassword"; $config["db_name"] = "myDBName";[/ICODE] i get the error [ICODE]MySQL Error:Can't connect to local MySQL …

Member Avatar for nakresimin
0
712
Member Avatar for serdas

hi, i finally learned how to install mysql and phpmyadmin but now i need to find out the ip adress for the specific datebese i can login IP/phpMyAdmin but i need an ip adress instead of "IP/phpMyAdmin" can you please help me? $dbH = "ip"; $dbU = "user"; $dbP = …

Member Avatar for manojsamtani
0
192
Member Avatar for serdas

hi, i can connect thru ssh or phpMyAdmin but when my website or the application is trying to access to my database i get the below error (part of the error) i googled but i could not really understand how i need to fix this. (i dont know much about …

Member Avatar for manojsamtani
0
225
Member Avatar for _SoNo__

Hello guys i recently buy the vps and i am new so i need some help. I need to install apache on my Vps. I tried many google search but its still not install properly. i tried this command --> yum install apache Also tell me the command to install …

Member Avatar for manojsamtani
0
119
Member Avatar for aithabuddy

How to clear the mysql query cache? RESET QUERY CACHE; is not working. Thanks in advance

Member Avatar for manojsamtani
0
77
Member Avatar for mixplates
Member Avatar for fuggles

I am setting up a samba server. When I place the folders that Samba will use inside of the /tmp folder, everything works fine. However, when I try to use a directory that I created, it will not let me access it from another computer. I have given public permissions …

Member Avatar for manojsamtani
0
261
Member Avatar for Midgard

Hi- I'm trying to figure out how to remove a subdomain from a URL in htaccess, but only if there is a path after the domain. Examples: [url]http://www.subdomain.mysite.com/[/url] - OK [url]http://subdomain.mysite.com/[/url] - OK [url]http://www.subdomain.mysite.com/folder1/index.php[/url] - becomes: [url]http://www.mysite.com/folder1/index.php[/url] [url]http://subdomain.mysite.com/folder1/index.php[/url] - becomes: [url]http://mysite.com/folder1/index.php[/url] Any clues? Many thnx in advance, -Midgard

Member Avatar for manojsamtani
0
222
Member Avatar for valipour

Hi! i Want to deploy a server for hosting my web pages please help what type and version of OS? And WHM/hosting manger? what do you think about CentOS And Kloxo (lxcenter.org) and who i can have best Security؟

Member Avatar for manojsamtani
0
221
Member Avatar for sun-tzu

I am getting the 500 Server Error message when I try to run my captcha script. The script is as follows: [CODE] <?php //Start the session so we can store what the security code actually is session_start(); //Send a generated image to the browser create_image(); exit(); function create_image() { /*//Let's …

Member Avatar for linuxaomi
0
241
Member Avatar for PaliGap

I need a rewrite rule to change requests for a specific script on one domain and sub-domain to another domain and path: [I][url]http://domain-one.com/cgi-bin/38837728.cgi[/url][/I] or [I][url]http://www.domain-one.com/cgi-bin/38837728.cgi[/url][/I] to [I][url]http://somwhere-else.net/cgi-bin/abc/38837728.cgi[/url][/I] I have other domains that share the same script directory as domain-one.com and [url]www.domain.com[/url]. But I only want to redirect requests for domain-one.com …

Member Avatar for manojsamtani
0
140
Member Avatar for TySkby

Hi all, This is my first time posting in this forum (disclaimer: please let me know if this is not the right place to post this). I'm turning to the Linux server discussion gurus for some sagely advice :) I have a VPS web server running CentOS with Apache and …

Member Avatar for manojsamtani
0
319
Member Avatar for danielpataki

Hi everyone! Whenever I develop something on an online web server my htaccess files and php.ini files work as expected. If I place a php.ini into a directory and then call phpinfo(), I can see that it is parsed. However, when I use a locally installed web server working directory …

Member Avatar for manojsamtani
0
177
Member Avatar for kiel19

Hello, I have set up a website on my Ubuntu desktop using Apache, but i can't access it from another machine via IP address. Which configurations should I add to access it via IP eg: 192.168.108.12 instead of localhost. Thanks.

Member Avatar for manojsamtani
0
289