REST parser all working! woohoo

ogs-cs@86
gareth 2007-02-25 02:41:51 +00:00
parent 5c783fd595
commit f1db84e57c
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +0,0 @@
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/gridserver/usersessions(.*) /gridserver/usersessions/index.php$1

View File

@ -10,5 +10,5 @@ $userserver_recvkey="HEY GRID SERVER, I AM THE DAMN LOGIN SERVER, THIS IS MY KEY
$sim_recvkey = "we are not linden labs1234dyson";
$sim_sendkey = "you are ogs4325678";
$grid_home = "http://www.osgrid.org/ogs/gridserver/";
$grid_home = "/ogs/gridserver/";
?>

View File

@ -0,0 +1,5 @@
Options +FollowSymlinks
RewriteEngine on
RewriteOptions MaxRedirects=1
RewriteRule .* index.php [L]