Search found 4 matches
Aprelium Forum Index
Author Message
  Topic: abyss web server timeout's not working
TerraFrost

Replies: 1
Views: 11088

PostForum: General Questions   Posted: Fri Mar 18, 2016 4:04 am   Subject: abyss web server timeout's not working
Here's my code:

<?php
sleep(60);

exit('all done');
I would expect that, after 60 seconds, I'd get a webpage displaying the message "all done" but I don't. I get an ...
  Topic: password protected for non-private ip ranges?
TerraFrost

Replies: 4
Views: 7495

PostForum: General Questions   Posted: Sun Jul 30, 2006 8:35 am   Subject: password protected for non-private ip ranges?
Say I wanted to password protect my website to all IP addresses save for those in the private IP range?

For instance, if the REMOTE_ADDR was google.com's IP address, I'd want access to require a pa ...
  Topic: Mimcing Apache's mod_rewrite functionality
TerraFrost

Replies: 23
Views: 50953

PostForum: General Questions   Posted: Thu Oct 27, 2005 12:59 am   Subject: Mimcing Apache's mod_rewrite functionality
Apart from the fact that isset should be used in the last if statement, the script works great - thanks! :)
  Topic: Mimcing Apache's mod_rewrite functionality
TerraFrost

Replies: 23
Views: 50953

PostForum: General Questions   Posted: Wed Oct 26, 2005 8:23 am   Subject: Mimcing Apache's mod_rewrite functionality
I just installed MediaWiki and would like to do some "url rewritting" RewriteEngine on
RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]
Unfortunately, I'm not really sure how t ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group