1,520 Topics

Member Avatar for
Member Avatar for AbhishekBiswal

I am developing a PHP Web Application and I know about htaccess ( and how to create the htaccess file ). I have activated mod_rewrite in XAMPP ( I am testing it locally ). The current Profile URL is: localhost/app/user.php?name=AbhishekBiswal Where Abhishek Biswal is the UserName. I want it to …

Member Avatar for Matthew N.
0
174
Member Avatar for Sorcher

Hello! i didnt see any primary forum this should be in, so i'll ask the animals of PHP. I really want the url [CODE]http://www.mysite.net/index.php?page=images[/CODE] to be [CODE]http://www.mysite.net/index/images[/CODE] Anyone got any idea? i've been searching and trying all day, but my brain capacity is not online today.. I will hug you...:(

Member Avatar for diafol
0
84
Member Avatar for fuggles

I recently rented a a Virtual Private Server. The best way for me to connect to it is to SSH into it and start a service. When I do this, it works perfectly fine, until I close my SSH program, in which the software stops running. How can I fix …

Member Avatar for cwarn23
0
71
Member Avatar for rowly

Hi Guys, i was trying to create vsftpd server with virtual users to be specific. reference : [url]http://www.mmncs.com/2011/07/how-to-setup-an-ftp-server-with-virtual-usersno-accounts-using-vsftpd-on-ubuntu/2/[/url] i got to a point where am having a problem with the PAM configuration cp /etc/pam.d/vsftpd /etc/pam.d/vsftpd_orig ------passed cat /dev/null > /etc/pam.d/vsftpd ------failed thats the error am getting: tom@tom:~$ cat /dev/null > …

0
125
Member Avatar for _SoNo__

I cant find any solution regarding this. How can i remove the apache default test page on my Vps. I made an account for my site and add contents there. But the apache dont remove :( Its hurt me much and i dont know how to fix it. Please help …

Member Avatar for rch1231
0
43
Member Avatar for bwaltz

I have a mobile site that the user gets automatically redirected to if they are trying to access the full site from a mobile device. I need them to be able to access the full site too, if they prefer. I have set a cookie in my htaccess file. What …

0
95
Member Avatar for xela

My case: I have several webapps running on my tomcat server like this: demo.myserver.com/application1 demo.myserver.com/application2 demo.myserver.com/application3 This is what I want: Application1.mydomain.com to point to demo.myserver.com/application1 Application2.mydomain.com to point to demo.myserver.com/application2 Application3.mydomain.com to point to demo.myserver.com/application3 This is what I have done: 1. I have set my DNS server to …

0
94
Member Avatar for WickidGRAFX

Ok so I have a client with a very high traffic adult site that needs some load balancing help. He just purchased a dedicated server with the following specs: Linux Server: Intel Xeon 3450 (Quad Core) 2 GB DDR3 Memory 2 x 250 GB Hard Drive 10 TB Bandwidth 5 …

0
74
Member Avatar for AbhishekBiswal

But the problem is: There a File names "includes" which includes the php files which have been included in some of the php files outside of it. But I want to lock/ make it inaccessible for users. Is it possible that the users can't access the folder/directory but the php …

Member Avatar for cereal
0
3K
Member Avatar for basketmen

Hi guys, i am using unmanaged dedicated server, my host says to increase slot httpd limit, because daemon httpd function stopped so max slot limit already received before where is this part actually in WHM or SSH, or how to do that? the server already rebooted by the host, and …

0
109
Member Avatar for ceyezumma

Hello: TABLE NAMES : /////////////////////////////////////////: : TABLE NAMES : 10.6.2.1 - (999685): : TABLE NAMES : Apache Derby: : TABLE NAMES : Apache Derby Embedded JDBC Driver: : TABLE NAMES : 10.6.2.1 - (999685): : TABLE NAMES : /////////////////////////////////////////: : Hello I have a problem understanding why my Prepared Statement …

Member Avatar for masijade
0
346
Member Avatar for shwick

1) I was following a guide to setup bind again after I formatted to Ubuntu 10.04.2 LTS. [url]http://doc.ubuntu.com/ubuntu/serverguide/C/dns-configuration.html#dns-primarymaster-configuration[/url] I can get my domain example.com to resolve but I want "www.example.com" to resolve to the actual domain on the web. I don't have a webserver setup on my domain at the …

Member Avatar for JeoSaurus
0
229
Member Avatar for jackisback13

I am trying to deploy a simple struts application using jsp and am getting the following error when i try to deploy [ICODE] HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Exception in …

Member Avatar for jackisback13
0
358
Member Avatar for bytelaunch

Hey everyone, I've set up a dev environment on my Mac, and I'm noticing some strange things that I haven't seen before. When making a request to [url]http://localhost/test[/url], If I have a file in the site folder named [LIST] [*]test.jpg [*]test.html [*]test.php [*]test.xml [/LIST] then Apache will fetch the first …

Member Avatar for bytelaunch
0
126
Member Avatar for garyrickert

I have multiple servers running Centos 5.5 or later, some of them have syslogs with date stamps like: Sep 1 05:12:36 and some of them like: 2011-09-04T09:21:42.442689-07:00. I would really like to get them all the same so the same analysis scripts can be used, but I have not been …

Member Avatar for garyrickert
0
904
Member Avatar for klemme

On my site when a link is clicked, the adress bar in the browser shows this URL: [CODE] http://www.enkelt-webdesign.dk/index.php?sid=1&titel=FORSIDE [/CODE] I would lke the URL to appear like this: [B][url]http://www.enkelt-webdesign.dk/Forside[/url][/B] I have this code in my .htacess file which is not working as it is: [CODE] <ifModule mod_rewrite.c> RewriteEngine on …

Member Avatar for tiggsy
0
282
Member Avatar for rom.

Hi there, A website I'm admin for has a serious security issue. Everytime I make changes to a php script, I chmod -R 777 the var/www directory to make the script work. And if I change this to 775, the photo upload feature on the website doesn't work. So my …

Member Avatar for nonshatter
0
210
Member Avatar for matleeds

Hi, I'm using Windows Vista, I have Apache HTTP server 2.2 running and am using PHP 5.2.17. I’m having a problem remotely running a php script on the web server. I run this script locally below… [CODE] <?php $file = fopen ("http://localhost/Epointment/testphp.php", "r"); if (!$file) { echo "<p>Unable to open …

Member Avatar for matleeds
0
244
Member Avatar for klemme

Hey, I have all pages in my site, coming from the DB, and I get urls like this: [B]enkeltwebdesign/index.php?sid=1&titel=FORSIDE[/B] The name of my site: [I]enkelt-webdesign.dk[/I] Does someone know how to write the correct mod_rewrite, so I can change the urls to: enkelt-webdesign.dk/forside (forside = home) enkelt-webdesign.dk/webdesign (...) [I]etc etc[/I] So …

Member Avatar for klemme
0
248
Member Avatar for matleeds

Hi there, I'm a .net developer and I've inherited a partially complete php project. I'm trying get part of it running on my pc and am running into some issues due to my fairly limited knowledge with php/apache web server. I'm using Windows Vista, I have Apache HTTP server 2.2 …

0
67
Member Avatar for Blasz

So I have a WAMP server setup on my development machine using wampserver which i want to deploy on a standard windows pc through a single installation package. I'll be using NSIS to make the installation file. I need to know a few things: 1. Should I install apache,php,mysql individually …

0
161
Member Avatar for mah300274

I was thinking of making a server (not anytime soon) but it would be VERY powerful. Basically to run a website which might or might not be as huge as I would hope, but anyway... Since ready up on linux (I use to be on windows but hopefully soon to …

Member Avatar for flagstar
0
255
Member Avatar for Eric Cute

Hello to all. I hava an IBM WebSpehre Application Server ver 6.1.0.31 in aix ver 5.3. Things so far. 1. I developed a WAR file and successfully deployed it in JBOSS. 2. Then we migrated to WebSphere, application was installed successfully. 3. Simple select statements like [CODE] String query = …

0
113
Member Avatar for thomasfoster96

How can I rewrite lots of URLs using mod_rewrite in the .htaccess file, when the URLs are in the form: blog.php?month=december&day=21&year=2010&author=thomasfoster96 ? I want it to be in the form: /blog/thomasfoster96/2010/december/21/ I can't find any Tutorials, etc, so I need some help!

Member Avatar for pritaeas
0
64
Member Avatar for VanHackman

Hello, Just wanted to know if its possible to perform server mirroring with a postfix-based mail server. If so... which will be the best way to do it?. Thanks!, VanHackman

Member Avatar for VanHackman
0
142
Member Avatar for Ritesh_4

Hello I'm hosting a new website on a LAMP server, with my website folder, monsite.fr, found in the /var/www/ folder. I configured my virtualhost file like this: [CODE]vim /etc/apache2/sites-available/monsite[/CODE] and added the following to the created file: [CODE] # Le virtualHost de monsite.fr <VirtualHost *:80> ServerAdmin webmaster@monsite.fr # L'E-Mail de …

Member Avatar for Ritesh_4
0
216
Member Avatar for nonshatter

All, I have an issue with my web server, relatively minor but something that has been bugging me: I have two systems, both running the same spec OS, software etc... I use one as a dev server and the other as a production server. The webpage I am rendering on …

Member Avatar for nonshatter
0
113
Member Avatar for mrhankey

hi guys, i have a folder which stores uploaded documents and images. the site is password protected using php with mysql database behind it. problem is the pages are secure which is great but the directory in which the documents and images sit is not protected. i was looking at …

0
110
Member Avatar for cheaphandbagbiz

hello friend Please help me. Forbidden You don't have permission to access /images/v/204721.jpg on this server. Apache/2.2.17 (EL) Server at [Removed] Port 80 what's wrong with my website. i have change authority file v to 777. but still can't open it. what can i do now

Member Avatar for cheaphandbagbiz
0
347
Member Avatar for jogesh_p

hello friends, i trying to change the extension .php into .html in my local server but it still shows the .php extension. i have test.php and after the mod_rewrite it just show the test.php but if i type in url test.html then it also show the same content of test.php, …

Member Avatar for cereal
0
152

The End.