www.webdeveloper.com
+ Post New Thread
Page 16 of 23 FirstFirst ... 6 14 15 16 17 18 ... LastLast
Threads 376 to 400 of 569

Forum: Server Management

Apache, Windows, .htaccess, and more

  1. .htaccess - Escaping ? (Question Mark)

    I am trying to rewrite my URLs so that they do not contain question marks... EG - I would like to turn this: http://www.MY-URL.com/products.php?product-x Into this: http://www.MY-URL.com/products/product-x This will not work: RewriteRule ^/products/ /products.php?

    Started by donatello‎, 11-26-2009 10:52 AM
    • Replies: 11
    • Views: 4,454
    11-29-2009, 08:21 AM Go to last post
  2. Question Redirect with referrer

    I have released a new version of my web site under /v2/ and now I want a .htaccess rule that redirects everyone from / to /v2/ except if the referrer is /v2/ (because I want to give a visitor of my new site the possibility to visit my old page but noone else). I tried this code but it doesn't work...

    Started by DaSilva‎, 11-29-2009 05:07 AM
    • Replies: 0
    • Views: 1,478
    11-29-2009, 05:07 AM Go to last post
  3. 301 redirect individual pages.

    I have a site with hundreds of pages and I have redesigned the site, changed the files from html to php and also put files in new folders. Therefore I need to redirect all of my pages on an individual basis. Is the following example code for the .htaccess file correct for this purpose?: Redirect...

    Started by asmyth‎, 11-28-2009 06:18 PM
    • Replies: 0
    • Views: 1,884
    11-28-2009, 06:18 PM Go to last post
  4. How do I give a developer access to a specific directory and nothing else?

    (I'm reposting this post here, after someone in the PHP group suggest I repost here because it's more relevant) I want to give a develop access to a specific directory and nothing else I can give them an FTP account with access to a sub directory, but this doesn't exactly solve the problem! ...

    Started by OM2‎, 10-19-2009 09:52 AM
    • Replies: 5
    • Views: 2,540
    11-28-2009, 06:16 AM Go to last post
  5. Create anonymous proxy server

    I want to create an anonymous proxy server of my own on my ubuntu web server. I want to set up the server and a web page to use this server from anywhere. How can I do this?

    Started by Xavgo2‎, 11-11-2009 05:01 PM
    • Replies: 1
    • Views: 3,751
    11-27-2009, 03:53 PM Go to last post
  6. release verification tools

    Hi, I am looking for tool that will help me to compare new version of my web service (php, javascript) that was send to production serwers with one that is on test servers. I have limited time for puting new version so I wish to speed-up verfication process. The main point is to check that links...

    Started by xieciun‎, 10-14-2009 05:36 AM
    • Replies: 1
    • Views: 2,059
    11-27-2009, 03:39 PM Go to last post
  7. Managing MySQL schema changes in production

    I'm in charge of deploying a reasonably high-traffic dynamic web site built on PHP/MySQL. We are a team of 5 developers and we update the site every 2 weeks. We use rsync to deploy code to staging and then production, but can't decide on the best approach to managing changes to the database...

    Started by pimpam‎, 11-26-2009 04:29 AM
    • Replies: 0
    • Views: 1,633
    11-26-2009, 04:29 AM Go to last post
  8. Mod_rewrite rule not working

    Here is what I trying to do: I want any http request to a particular directory to run a static PHP script. The static PHP script does not reside in the Document_Root, but another directory on the server. Here is the RewriteRule in my .htacess file in directory 'test': RewriteRule ^(.+)$...

    Started by devel95‎, 11-17-2009 12:12 PM
    • Replies: 3
    • Views: 1,682
    11-25-2009, 02:24 AM Go to last post
  9. Cool Apache html for changing drive on local machine

    I do not remember how to change drive to a different drive on the apache sever. I know \\images will take it one level up from htdocs to the images folder, ../../../../ will take it back to c drive, and display the contents, but I want it to go to F:/music and display the contents, and cannot get...

    Started by mychucky‎, 11-25-2009 02:17 AM
    • Replies: 0
    • Views: 1,433
    11-25-2009, 02:17 AM Go to last post
  10. Firebug page speed Questions

    i am getting a few messages from page speed that i am wondering if you guys could help me out with this is after using minify "The following cacheable resources have a short freshness lifetime. Specify an expiration at least one month in the future for the following resources: *...

    Started by webevelopersFTW‎, 11-14-2009 02:27 PM
    • Replies: 4
    • Views: 4,223
    11-21-2009, 12:56 PM Go to last post
  11. resolved [RESOLVED] .htaccess question

    Hi, I'm going to be upgrading a website and was hoping to allow 1 IP address to view it during the upgrade process (mine), and any other IP except mine to redirect to another page. How can I do that with .htaccess?

    Started by comptech520‎, 11-19-2009 07:40 AM
    • Replies: 7
    • Views: 1,666
    11-21-2009, 09:59 AM Go to last post
  12. Help with 301 redirects - please!

    I'm a rather new website builder/administrator, and have a slightly tricky (for me) problem that I'd like a little help with. One page of my website is: http://www.trainingreality.co.uk/blog.php I've created a 301 redirect to send people from ../blog.html to ../blog.php in case they type...

    Started by SimonRoskrow‎, 11-18-2009 11:06 AM
    • Replies: 1
    • Views: 1,304
    11-21-2009, 05:03 AM Go to last post
  13. resolved [RESOLVED] URGENT help needed: .htaccess not forwarding!

    Apache linux server hosted on GoDaddy, I have an .htaccess file that points old URLs to new URLs as we just rebuilt the site. It does not work as hit an old page and you just get the 404 page and not redirected to the new page location. I fear, if we do not get on this quick, we will loose SE...

    Started by etard‎, 11-18-2009 03:34 PM
    3 Pages
    1 2 3
    • Replies: 33
    • Views: 4,567
    11-20-2009, 04:30 PM Go to last post
  14. Setting path lists in htaccess or httpd.conf

    Is there any sort of mod command in Apache the allows me to specify a list of directories to be searched when looking for a certain web document? Here's what I am attempting to do: I have a default web document located in (example) /document_root/defaultDirectory/ I may wish to override...

    Started by devel95‎, 11-17-2009 07:20 AM
    • Replies: 0
    • Views: 1,251
    11-17-2009, 07:20 AM Go to last post
  15. Unhappy chmod 777 yet still no public access or file not found?

    Hi all, I've searched for this problem in recent threads, and as I couldn't find it in any of them, I decided to start this thread. I am a magnet for weird problems. There's this groupware webapplication that I want to test, and for that, I put it on my own personal domain using FileZilla....

    Started by Wilmar‎, 11-10-2009 01:50 AM
    • Replies: 9
    • Views: 2,570
    11-17-2009, 03:39 AM Go to last post
  16. htaccess RewriteRule Vanity URL

    Hey, I'm having a bit of trouble with this vanity url. I have a setup like: url.com/service/dir/dir/dir/page_20398394 I basically want it to ignore the filler directories, go to page: url.com/services/?n=20398394 My original rule was: RewriteRule ^services/page_(.*)/$ /services/?n=$1

    Started by emachine‎, 11-16-2009 01:52 PM
    htaccess, rewriterule, url, vanity, vanity url
    • Replies: 0
    • Views: 2,186
    11-16-2009, 01:52 PM Go to last post
  17. Thumbs up Redirecting to a page title keyword!

    Hi there! The thing i want to find out is how to redirect in htaccess the hits i recieve from other sites category to my sites category. Example: I recieve hits from http://somesite.com/spots.php and i wanna redirect to my http://mysite.com/spots.php How can i do this work in htacces?...

    Started by R3nato‎, 11-11-2009 03:33 AM
    • Replies: 0
    • Views: 1,788
    11-11-2009, 03:33 AM Go to last post
  18. Apache for Testing?

    Is it true that you can download Apache to just test your website on without actually using the server software to deploy it to the web?

    Started by Joseph Witchard‎, 11-05-2009 05:00 PM
    • Replies: 3
    • Views: 1,559
    11-06-2009, 12:40 AM Go to last post
  19. Multiple Identical <Directory> Tags

    Is it possible within the httpd.conf file to have multiple <Directory> tags referencing the same directory path? <Directory /path/a/> #set of directives… </Directory> … <Directory /path/a/> #another set of directives…

    Started by devel95‎, 11-02-2009 10:45 AM
    • Replies: 0
    • Views: 1,130
    11-02-2009, 10:45 AM Go to last post
  20. Question Apache right time but wrong timezone

    Well, wrong timezone may be the wrong description, but here's the situation. I'm on the East coast, and of course it is still daylight savings time. When I look at the access logs, it shows the correct time, but the offset from GMT shows -0500 and it should be -0400. I've added SetEnv TZ...

    Started by coreilly‎, 09-14-2009 11:13 AM
    • Replies: 1
    • Views: 3,500
    10-30-2009, 03:58 AM Go to last post
  21. Can't get Apache 2 on Mac OS 10.6 working

    Apache2 on Mac OS X 10.6 (Snow Leopard) does not seem to be working When I put the following URL into Safari http://localhost/dev/gfrm.cgi?init or http://10.0.0.150/dev/gfrm.cgi?init Safari returns the message: Safari can’t open the page “http://localhost/dev/gfrm.cgi?init” because Safari...

    Started by andynic‎, 10-26-2009 06:14 AM
    apache 2, can't connect, mac os x snow leopard
    • Replies: 1
    • Views: 4,336
    10-26-2009, 08:40 AM Go to last post
  22. resolved [RESOLVED] scp/ssh identities: generating and installing key pairs

    Hey folks, I'm having a spot of trouble getting a password-less login using SSH key pairs. I've generated key pairs for SSH/SCP using ssh-keygen, leaving the passphrase blank. The public key has been placed in .ssh/authorized_keys on the remote server. And, the private key resides in my...

    Started by svidgen‎, 10-19-2009 04:47 PM
    key pairs, scp, ssh, ssh-keygen
    • Replies: 10
    • Views: 2,339
    10-20-2009, 05:10 PM Go to last post
  23. Question .htaccess redirect

    I have: http://www.mydomain.com/mypage.php#somestring_anchor I would like to redirect 301 to: http://www.mydomain.com/mypage.php#anchor This is not so intricate for a single page, but I have: http://www.mydomain.com/mypage.php#somestring_anchor...

    Started by Kor‎, 10-15-2009 05:14 AM
    • Replies: 3
    • Views: 1,681
    10-19-2009, 09:59 AM Go to last post
  24. Angry Mac xampp database issue - "failed opening required"

    Hey All, I have xampp 1.7.2a installed on my MacBook Pro 10.5.8. I run all my local websites from my "Sites" folder. Up until now I have had no issues running php scripts. I setup a database using MyPHPAdmin which went fine. When I try and view some supplied files I get the following error:...

    Started by greed83‎, 10-15-2009 07:51 PM
    fatal error, mysql, php, xampp
    • Replies: 3
    • Views: 3,642
    10-18-2009, 09:51 PM Go to last post
  25. sendmail not sending some mails to yahoo,rediff etc

    Hi, this is sasidhar. we are getting problems with sendmail. we have a site, when user registers we are sending a confirmation mail to user. The problem is some times it is not sending mails to users. The user accounts are valid. This is what I am getting reply to my mail 1)...

    Started by sasidhar1229‎, 10-12-2009 12:04 AM
    • Replies: 1
    • Views: 2,264
    10-13-2009, 01:13 PM Go to last post

Forum Information and Options

Users Browsing this Forum

There are currently 5 users browsing this forum. (0 members & 5 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