www.webdeveloper.com
+ Post New Thread
Page 22 of 23 FirstFirst ... 12 20 21 22 23 LastLast
Threads 526 to 550 of 569

Forum: Server Management

Apache, Windows, .htaccess, and more

  1. RewriteRule Failure

    I have a PHP page called index_.php. It takes one parameter tpl, which is html file. So it takes something like index_.php?page.01.html. It then parses page.01.html and then displays it. Now I want to be able to use nice, simple urls like http://www.ee.com/issue2/page.01.html. I've tried to use an...

    Started by bejitto101‎, 02-06-2009 10:25 PM
    • Replies: 2
    • Views: 1,762
    02-09-2009, 09:44 AM Go to last post
  2. Question How to change PATH?

    to specify the PHP include path need help. php_value include_path ... How to use this if you have some sample with all code.

    Started by toplisek‎, 02-06-2009 09:46 AM
    • Replies: 3
    • Views: 2,046
    02-09-2009, 08:14 AM Go to last post
  3. htaccess question

    Is there a way to specify certain ip's to circumvent basic htaccess authentication? I'm wanting it so that if someone from the internet accesses my site, they have to enter a password, but if i access it from localhost, it doesn't.

    Started by toenailsin‎, 01-30-2009 09:39 PM
    • Replies: 2
    • Views: 2,030
    02-07-2009, 05:25 PM Go to last post
  4. resolved [RESOLVED] Remove www from URLS

    I want to remove the www from the beginning of my URLS. My website is at http://www.nticompassinc.com http://www.nticompassinc.com/info.php works, but if I enter http://nticompassinc.com/info.php it redirects to http://www.nticompassinc.com Why does this happen? My DNS A (NAME) settings...

    Started by NTICompass‎, 01-28-2009 11:46 AM
    • Replies: 1
    • Views: 1,682
    02-05-2009, 06:57 PM Go to last post
  5. log the cpu time of each request

    Hello, Apache logs information about each request. We can also log the process ID and the time taken to service this request. But is there any way to log the cpu time for each process as well?

    Started by alluoshi‎, 01-30-2009 09:24 AM
    • Replies: 1
    • Views: 2,149
    01-31-2009, 09:20 AM Go to last post
  6. coding for member login only

    Please help. I am trying to implement a part in my website, where only registered members can view the pages. I need the code:confused: for register and login. Also if possible: pay here - (paypal is ok). Many many thanks :confused:

    Started by Snoopy13‎, 01-30-2009 07:29 PM
    • Replies: 2
    • Views: 2,042
    01-31-2009, 07:18 AM Go to last post
  7. Localhost and ports

    I should know how to do this, unfortunately I lost my documentation. What I want is for the default localhost to go to C:/Localserver/Homepage and for localhost:8080 to go to G:/Pages. How do I do this?

    Started by Mr Initial Man‎, 01-29-2009 11:18 PM
    • Replies: 1
    • Views: 2,045
    01-30-2009, 01:35 AM Go to last post
  8. How to secure CPanel Page

    Hi, I don't feel comfortable having my CPanel login page exposed and therefore want to implement ".htaccess" style security, like when you protect your directory using CPanel's feature. Can anyone help me in this matter? thanks.

    Started by FXG‎, 01-25-2009 06:40 PM
    • Replies: 2
    • Views: 2,755
    01-29-2009, 07:53 AM Go to last post
  9. resolved [RESOLVED] Remove www from my URL

    I want to remove the www from the beginning of my URLs. http://www.nticompassinc.com/info.php works, but http://nticompassinc.com/info.php redirects to http://www.nticompassinc.com Why does this happen? I have the DNS A records @ and www set to my websever's IP address.

    Started by NTICompass‎, 01-28-2009 11:53 AM
    • Replies: 2
    • Views: 2,085
    01-28-2009, 04:52 PM Go to last post
  10. Lightbulb name.com/index.php?p=main& -> name.com/MAIN#index.php?p=main&

    I do not know much about javascript. My problem is that: I want that name.com/index.php?p=stg webpage or something read my urls after # mark anything in url stays still but name.com/MAIN#index.php?p=stg MAIN# or # sth with # comes before my url name.com/index.php?p=stg

    Started by wave‎, 01-24-2009 07:10 AM
    • Replies: 1
    • Views: 3,121
    01-25-2009, 04:34 PM Go to last post
  11. Redirecting ugly URLs to pretty URLs?

    Hi - I'm not sure if this goes in the PHP section, so if someone knows where I should post this, please feel free to tell me. I am trying to change my 'ugly' URLs into 'pretty' URLs. To do this I am using .htaccess and mod_rewrite. What I want to accomplish is change all of my links that...

    Started by zenthoef‎, 01-24-2009 10:49 PM
    • Replies: 0
    • Views: 2,303
    01-24-2009, 10:49 PM Go to last post
  12. Files versus directories

    Hi, I have a general theoretical question about storing many images on a server. Is it faster/slower if many files are stored in the same directory or is it faster/better if the files are stores in many subdirectories? also I should note that I am referring to many files, not just 100 or 1000....

    Started by Tommaso‎, 01-23-2009 02:03 PM
    • Replies: 0
    • Views: 1,624
    01-23-2009, 02:03 PM Go to last post
  13. Multiple websites on one computer

    Hello, my first post to this site and apologize if this is in wrong area. I have a site up and running with XAMPP on a WinXP pro machine without issues. What I am trying to do is get my second site I am working on running from same computer and access both sites through the internet. I been...

    Started by Hasledash‎, 01-23-2009 08:06 AM
    • Replies: 0
    • Views: 1,970
    01-23-2009, 08:06 AM Go to last post
  14. -bash: command not found Assistance Needed

    I have a shell script below that produces the following error: -bash: rotateLogs: command not found Can you tell me what might be the problem? Thanks. #!/bin/sh cd /usr/local/apache/logs cat access_log > access_log.prior-month ; cat /dev/null > access_log cat error_log >...

    Started by devel95‎, 01-15-2009 09:58 AM
    • Replies: 4
    • Views: 2,896
    01-22-2009, 11:22 AM Go to last post
  15. Download a 80 MB folder with 4000 files

    Hello all. On my web server (Linux VPS), I have a quite large image folder with about 4000 files that are about 80MB. What is the best way to download all files to my computer? FTP trunctates the output to 2000 files, and I don't think it would be very efficient anyway. I seem to recall using a...

    Started by Amezis‎, 01-17-2009 11:22 AM
    • Replies: 1
    • Views: 1,972
    01-20-2009, 08:27 AM Go to last post
  16. Conflict, What is the right htaccess rule, default homepage file with htaccess?

    i want www.domain.com is directed to the www.domain.com/forum.php usually i use this htaccess rule to define default homepage file but in one of my website, above rule is conflict with the other htaccess

    Started by basketmen‎, 01-19-2009 03:49 PM
    • Replies: 0
    • Views: 1,715
    01-19-2009, 03:49 PM Go to last post
  17. resolved [RESOLVED] Newbie Apache Problem

    Hi, I have recently been trying to upload a website onto an apache server. When I upload the site, i still see the apache test page, which says 'You may now add content to the directory /var/www/html/' I did that but now, when i go to my website, www.example.com, i still see the apache test...

    Started by munjo‎, 01-08-2009 02:41 PM
    • Replies: 7
    • Views: 2,642
    01-19-2009, 03:56 AM Go to last post
  18. Wamp Server Not Online

    I just downloaded the latest version of the Wamp Server... called "Wamp Server" to replace my old "Wamp5". I followed the instructions... I saved my htdocs and wrote down my settings, and then I uninstalled my old Wamp5. Installed my new WampServer. Bare in mind that Wamp5 worked just fine, and...

    Started by squishy‎, 01-18-2009 12:55 AM
    • Replies: 0
    • Views: 2,918
    01-18-2009, 12:55 AM Go to last post
  19. Internal Server 500 error, but i dont have .htaccess file!

    I'm confused.. I mean, the whole idea of apache and xampp has me slightly confused, but i do strongly feel that I am working my way through this.. I have encountered a problem that i just can not answer by reading, as ALL answers point to changing an htaccess file. The thing is, i have a...

    Started by lindsayanng‎, 01-15-2009 10:37 PM
    • Replies: 1
    • Views: 1,737
    01-15-2009, 10:53 PM Go to last post
  20. apache 2.2.11 on vista Virtual Hosts

    Hi Im a bit new to apache server and more used to IIS but trying to convert but finding it really hard Im trying to get virtual hosts working on windows vista, Im using apache 2.2.11, apache is working becuase I get the 'It Works' Message when I go to localhost I have this in my...

    Started by tefnut‎, 01-04-2009 05:19 AM
    • Replies: 2
    • Views: 3,316
    01-14-2009, 05:40 AM Go to last post
  21. Redirection definition in the httpd.conf file

    What might the lines look like in the httpd.conf file to: (a) prevent a visitor from seeing a directory listing of a particular directory on the server, and (b) redirect the visitor to the homepage of the site when attempting to view the directory I currently use a meta redirect inside a...

    Started by devel95‎, 01-13-2009 07:36 AM
    • Replies: 0
    • Views: 2,445
    01-13-2009, 07:36 AM Go to last post
  22. Dynamic website server/required resources

    Hello, I've been shopping around for a web server for my website. Right now, it is a 10-year old IBM desktop computer running a dynamic website and its just a hobby site for some of my friends and colleagues. I want to open it up and get some good traffic coming to it, with a server that can...

    Started by ckts‎, 01-09-2009 10:12 AM
    • Replies: 1
    • Views: 2,582
    01-12-2009, 06:38 AM Go to last post
  23. Specific coding of a .htaccess file

    What might the .htaccess file look like in the /images/ directory, for example, on a Linux/Apache server to: (a) prevent visitors from seeing a directory list of the /images/ directory (b) when accessing the /images/ directory via 'http://example.com/images/', or...

    Started by devel95‎, 01-09-2009 07:07 AM
    • Replies: 1
    • Views: 2,101
    01-09-2009, 10:38 AM Go to last post
  24. Most Efficient Handling Method for 404 Errors

    Real quick and simple question. On a Linux/Apache Web Server, where is the best and most efficient place to handle 404 Errors? Would it be in the httpd.conf file, a .htaccess file or some other place? Thanks.

    Started by devel95‎, 01-09-2009 06:46 AM
    • Replies: 2
    • Views: 2,229
    01-09-2009, 07:01 AM Go to last post
  25. e-mail hosting

    hi, not sure where to put this so plz move if required. Can anyone inform me if i use a web host that allows email address imap will this allow me to share a mail box in the way that Group e-mail access is done using outlook ? I.e i set up the accounts to access the mail box on 3 PC's then...

    Started by davadvice‎, 01-09-2009 05:20 AM
    • Replies: 0
    • Views: 2,155
    01-09-2009, 05:20 AM Go to last post

Forum Information and Options

Users Browsing this Forum

There are currently 2 users browsing this forum. (0 members & 2 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles