Forum: Linux Servers and Apache Apr 7th, 2006 |
| Replies: 2 Views: 1,951 FDC Servers has a nice selection of dedicated servers with your choice of operating systems.
http://www.fdcservers.net/ |
Forum: Linux Servers and Apache Feb 18th, 2006 |
| Replies: 3 Views: 17,249 You can also try: http://www.ajaxlessons.com/ |
Forum: Linux Servers and Apache Apr 28th, 2005 |
| Replies: 3 Views: 3,067 You will want to add:
DirectoryIndex
to the .htaccess file for each directory. There may be another way to do this, but this should work.
So for example:
In the directory: phd/
add... |
Forum: Linux Servers and Apache Apr 26th, 2005 |
| Replies: 3 Views: 4,397 Where you used Redirect /google.html http://www.google.com. Redirect is an apache directive. If you go here (http://httpd.apache.org/docs/mod/mod_alias.html#redirect) you will see that it clearly... |
Forum: Linux Servers and Apache Apr 22nd, 2005 |
| Replies: 3 Views: 4,397 Change:
Redirect /google.html http://www.google.com
to:
Redirect /Rewrite_Tester http://www.google.com
or it may need to be: |
Forum: Linux Servers and Apache Mar 26th, 2005 |
| Replies: 7 Views: 46,682 I found some info at this link (http://mailman.lyra.org/pipermail/dav-dev/2005-February/005851.html) , dunno if it will be helpful or not... |
Forum: Linux Servers and Apache Mar 26th, 2005 |
| Replies: 7 Views: 14,696 eeewwwwww :(
If you use firefox try the javascript debugger (https://addons.update.mozilla.org/extensions/showlist.php?application=firefox&version=1.0&os=nt&category=Developer%20Tools)(near bottom... |
Forum: Linux Servers and Apache Mar 26th, 2005 |
| Replies: 7 Views: 14,696 I have no experience with Plesk...
Have you tried bookmarking the phpMyAdmin page? I can do that in cpanel and then login when it tries to access the page. |
Forum: Linux Servers and Apache Mar 24th, 2005 |
| Replies: 7 Views: 46,682 Just for kicks try it with a \ ...
DocumentRoot "Z:\Temp" |
Forum: Linux Servers and Apache Mar 23rd, 2005 |
| Replies: 6 Views: 10,165 Why not try the windows firewall while you search for another.... |
Forum: Linux Servers and Apache Mar 22nd, 2005 |
| Replies: 7 Views: 9,802 Sometimes bad syntax in your httpd.conf file (config file) can cause apache to crash.... Try starting over with it maybe. |
Forum: Linux Servers and Apache Feb 27th, 2005 |
| Replies: 1 Views: 2,764 This would work for an apache server. Go to the apache/conf directory or wherever the apache httpd.conf file is, open it and add this to the file. This would forbid access to any php files in that... |