REST parser all working! woohoo
parent
5c783fd595
commit
f1db84e57c
|
@ -1,3 +0,0 @@
|
|||
Options +FollowSymlinks
|
||||
RewriteEngine on
|
||||
RewriteRule ^/gridserver/usersessions(.*) /gridserver/usersessions/index.php$1
|
|
@ -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/";
|
||||
?>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Options +FollowSymlinks
|
||||
|
||||
RewriteEngine on
|
||||
RewriteOptions MaxRedirects=1
|
||||
RewriteRule .* index.php [L]
|
Loading…
Reference in New Issue