www.webdeveloper.com
+ Post New Thread
Page 7 of 23 FirstFirst ... 5 6 7 8 9 17 ... LastLast
Threads 151 to 175 of 570

Forum: Server Management

Apache, Windows, .htaccess, and more

  1. Lightbulb mod_rewrite rule help

    Hi, I am on lighttpd engine and I have one doubt :- I am planning to transfer my forum from http://mydomain.com/forum to http://mydomain.com so I need to do something with mod_rewrite rule, as I am running in lighttpd engine, so i need to edit lighttpd.conf folder for it. Now my doubt...

    Started by WorldOFHacker‎, 06-30-2011 04:58 PM
    lighttpd, lighttpd rewrite, mod_rewrite, server
    • Replies: 6
    • Views: 2,830
    07-05-2011, 04:04 AM Go to last post
  2. Unhappy Problems with mod_rewrite

    Hello, I'm new here. I have some problems with .htaccess ( mod_rewrite ). I'm traying to make nice links and use mod_rewrite. how ever its ont working how I expected. I have 3 RewriteRuls that and I want to seperet them with a RewriteCond. This is my .htacchess:

    Started by Proply‎, 06-29-2011 04:52 AM
    • Replies: 1
    • Views: 2,476
    07-01-2011, 02:40 PM Go to last post
  3. apache virtualhost directive problem

    I have a problem with configuring apache to use two different documentRoots in two virtualhosts.... they end up pointing to the same virtualhost Here are the virtualHosts directives <VirtualHost *:80> ServerName music DocumentRoot c:/apache/htdocs/music </VirtualHost>

    Started by brian8765‎, 06-28-2011 09:54 AM
    apache, documentroot, virtualhost
    • Replies: 0
    • Views: 2,042
    06-28-2011, 09:54 AM Go to last post
  4. Deny an IP and custom 403 page can't work?

    Okay, so if using my .htaccess I deny a spammers IP and want to use a nice custom 403 page it creates a situation where they cannot actually get to my custom 403 page since they are denied access to the site - and thus that custom 403 page - so they get the bland generic server 403 error. How...

    Started by etard‎, 06-24-2011 08:27 PM
    • Replies: 1
    • Views: 3,528
    06-25-2011, 07:04 PM Go to last post
  5. Sending search engines to a different page?

    Firstly, before you reply telling me not to do this (and I fully understand why) please read my situation. The website I've created for myself loads the file "index.php" and doesn't go anywhere else. All content that the site uses is loaded through ajax - and to allow bookmarking I've created a...

    Started by jordanmoore‎, 05-30-2011 07:56 AM
    • Replies: 2
    • Views: 3,093
    06-20-2011, 05:26 PM Go to last post
  6. PHP exec a batch file terminates before compliting on IIS7

    Hi, The website that I am making involves executing 3 batch files. I am executing the batch files using the exec function. When I test the website code on my personal PC with apach server, it is working fine :) The execution of the 3 batch files is done one after the other just like it is...

    Started by arnonch‎, 06-13-2011 12:43 PM
    • Replies: 1
    • Views: 2,922
    06-13-2011, 02:13 PM Go to last post
  7. php execution timeout limit problem

    My web host has a 30 second timeout for php execution and they will only raise that if I buy a VPS or a dedicated server. I do not want to do that for such a small project, but need to upload a .tar file to my server from an admin panel. It is taking a minute or two to upload all files and I get a...

    Started by Quattro‎, 06-12-2011 11:59 PM
    • Replies: 0
    • Views: 1,912
    06-12-2011, 11:59 PM Go to last post
  8. htaccess url rewrite problem

    I am new to htaccess and was wondering about something. I just made a subdomain on my webside mainly becouse i want a spesific address to it. Lets say my website is : http://website.com And my subdomain is http://sub.website.com with its main folder in /home/username/public_html/sub/ When i...

    Started by insei‎, 06-11-2011 05:32 AM
    • Replies: 0
    • Views: 1,719
    06-11-2011, 05:32 AM Go to last post
  9. My website is crashing a lot lately, is there something wrong with my .htaccess?

    Below is my .htaccess file, are there anything that I should change? Options +FollowSymlinks Options -Indexes RewriteEngine on <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f

    Started by linksku‎, 06-03-2011 03:56 PM
    • Replies: 0
    • Views: 2,383
    06-03-2011, 03:56 PM Go to last post
  10. Question mod_rewrite Issue

    Was hoping someone might be able to help me with a rewrite issue I'm having. I would like for my clients to control the URL of any page they create in our custom CMS. Let's say my client creates three pages in our CMS and enters the following values for the FURL field: 1....

    Started by PTS‎, 06-02-2011 04:15 PM
    • Replies: 1
    • Views: 1,860
    06-02-2011, 06:19 PM Go to last post
  11. Passing incoming mail through script

    Hi there, Not sure if this is the best place for this question but seeing how WD members have been so great with resolving my previous issues, I thought I'd try my luck. I'm running Postfix on an Ubuntu server and everything is working fine, except for this. In my /etc/aliases file, I have...

    Started by ash_n‎, 05-31-2011 07:20 PM
    • Replies: 0
    • Views: 2,054
    05-31-2011, 07:20 PM Go to last post
  12. .htaccess Remove RewriteRule

    So I have this .htaccess file above my index and my other pages: #FROM DRUPAL 5 2007.05.08 # Various rewrite rules. <IfModule mod_rewrite.c> RewriteEngine on RewriteBase / # Rewrite current-style URLs of the form 'index.php?q=x'.

    Started by DeLorean719‎, 05-26-2011 02:30 PM
    • Replies: 0
    • Views: 1,923
    05-26-2011, 02:30 PM Go to last post
  13. Exclamation Issue with IE rendering correctly on server

    I am about to publish my site and am doing some final server testing before rolling it out. While I was in development I was constantly previewing in all browsers including IE 7 and 8 in my local browsers as I went along. Everything was working just fine until I started testing server-side and...

    Started by hgintegrity‎, 05-26-2011 10:31 AM
    internet explorer fix, jquery conflict, server-side script
    • Replies: 0
    • Views: 1,268
    05-26-2011, 10:31 AM Go to last post
  14. Canonical redirect

    Hi folks I have cononical issues with my website and need to redirect the non-www. version to the www. version. My hosting company say this is not possible from the H-Sphere control panel. ISAPI rewrite is also not available. Is there an alternative way? It's hosted on a windows server and...

    Started by Carlyfarly‎, 08-12-2010 10:12 AM
    301
    • Replies: 2
    • Views: 2,971
    05-24-2011, 12:31 PM Go to last post
  15. Web application development on Virtual Machine

    Hi, I apologise if this question seems to be unprofessional, but i am new to the topic of Virtual machines. I am a student developing a web application which uses MySQL and Virtuoso databases.My university allows the students to host PHP web applications but does not allow students to install...

    Started by priyam‎, 05-21-2011 09:43 PM
    virtual server, web development
    • Replies: 1
    • Views: 2,955
    05-22-2011, 12:38 PM Go to last post
  16. Put site under maintenance but allow my IP to access

    So during a maintenance, here's what I would have in my .htaccess file: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/maintenance\.php$ RewriteCond %{REMOTE_HOST} !^888\.888\.888\.888 RewriteRule ^(.*)$ maintenance.php Don't mind the 8's, that's where my IP would go. So...

    Started by dylanwang‎, 05-22-2011 12:14 AM
    • Replies: 1
    • Views: 1,990
    05-22-2011, 09:11 AM Go to last post
  17. Sorting Dynamic Virtual Host Directories

    Hello, I'm trying to set up a dynamic virtual host for the first time. Is it possible for be to implement some sort of folder sorting system? For example the first ten sites are in: /Vhosts/1/ The next ten in : /Vhosts/2/ And so on, in order to reduce indexing load and having 400...

    Started by GB_001‎, 05-15-2011 02:09 PM
    • Replies: 1
    • Views: 1,986
    05-21-2011, 05:52 AM Go to last post
  18. Emails Routed Through Blacklisted Server

    Hi Guys, I'd appreciate any help on this, as servers and emails are not my strongest point. Basically, I have a reseller account with a hosting company. This includes the ability to resell email hosting. Recently I received complaints from multiple clients that their customers were getting...

    Started by JTweedie‎, 05-20-2011 05:26 PM
    • Replies: 0
    • Views: 1,210
    05-20-2011, 05:26 PM Go to last post
  19. Redirecting www.sample.com/index.html to www.sample.com to avoid duplication

    If there is an index.html or index.htm or a variant of these files inside of the directory, the web server won't let you browse through directories. If I redirect “/index.html” to “/”, will this allow browsing of my website directories because it no longer has a page titled “/index.html” or does...

    Started by JackESon‎, 05-18-2011 05:05 PM
    .htaccess
    • Replies: 1
    • Views: 2,220
    05-18-2011, 07:37 PM Go to last post
  20. Tomcat 404 on servlet request

    Hello all, I have installed xampp on machine running Windows 7 Home Premium, including tomcat plugin They have all installed successfully and all will turn on. When visiting http://localhost:8080/ I see a blank white page (but it has the tomcat favicon) When running the example from the...

    Started by ntk418‎, 06-04-2010 11:54 AM
    • Replies: 3
    • Views: 3,851
    05-17-2011, 02:05 PM Go to last post
  21. GoDaddy: uploading a .htaccess file

    I am trying to get a .htaccess (to redirect non-www to www) file to work on my GoDaddy web server. I created a .htaccess file and uploaded it to my root directory. When I load it directly into the “/”, it gives a 500 server error. So I created a .htacess directory (in the root), and tried...

    Started by JackESon‎, 05-12-2011 12:37 PM
    • Replies: 1
    • Views: 2,334
    05-14-2011, 06:33 PM Go to last post
  22. Setting up multiple apache servers

    Does anyone know how to setup/configure multiple servers (running apache) to handle a single page. Like I don't know how many servers webdeveloper.com use, but could anyone tell me: - How to setup them to handle a single url (how request could be distributed)? - How to transfer data between...

    Started by catchicken‎, 11-24-2010 08:45 AM
    • Replies: 2
    • Views: 4,986
    05-13-2011, 04:16 PM Go to last post
  23. .htaccess rewrite folders and subfolders

    RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} .wp-content/uploads/ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} I am trying to call all images from any subfolder of mysite.com/wp-content/uploads/ as https if the URL is https or as http if the URL is http. ...

    Started by deanes02‎, 12-16-2010 11:00 PM
    folders, htaccess, https, images
    • Replies: 1
    • Views: 4,352
    05-09-2011, 04:23 PM Go to last post
  24. mod rewrite how to set up relative links

    Hi I have a problem. I need to do a redirection of all requests to index page. The problem is that when I exclude the css/js from the rule the server is trying to resolve the relative path from the address inputed in the browser. Example of problem path:mydomain.com/category/product Since index...

    Started by Hubert_J‎, 04-28-2011 02:57 AM
    mod rewrite, mod_rewrite, redirect, redirection
    • Replies: 1
    • Views: 2,067
    05-09-2011, 04:19 PM Go to last post
  25. RewriteRule not working

    I've been working with the likes of CSS, HTML, PHP, Javascript, etc. and I've just started using my .htaccess . My page's URL looks like this: example.com/directory/?id=1 I want it to look like this: example.com/directory/1 I tried this: RewriteEngine On RewriteRule ^directory/\?id=(.*)$...

    Started by dylanwang‎, 04-30-2011 09:56 PM
    • Replies: 0
    • Views: 1,917
    04-30-2011, 09:56 PM Go to last post

Forum Information and Options

Users Browsing this Forum

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