Access http://server/FinalCutServer not work , wrong on the apache link

Access http://server/FinalCutServer not work , how can correct the symbol path


on apache the Final Cut Server path is this



<IfModule mod_rewrite.c>

RewriteCond %{REQUEST_METHOD} ^TRACE

RewriteEngine On

RewriteRule .* - [F]

RewriteRule ^/FinalCutServer$ /~fcsvr/php/webstart/index.php [NC,L]

RewriteRule ^/FinalCutServer.jnlp$ /~fcsvr/php/webstart/jnlp.php [NC,L]

</IfModule>


In server path


/Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/Resources/php/webstart/jnlp.php


Symbol Link

~fcsvr

/Library/Application Support/Final Cut Server

Final Cut Server, Mac OS X (10.7)

Posted on Jul 22, 2011 2:57 AM

Reply
2 replies

Jul 22, 2011 8:17 AM in response to kairouji

http://support.apple.com/kb/TS1610?viewlocale=en_US

Für Final Cut Server 1.5.1 oder neuer:

<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteEngine On
RewriteRule .* - [F]
RewriteRule ^/FinalCutServer$ /~fcsvr/Sites/webstart/index.php [NC,L]
RewriteRule ^/FinalCutServer/FinalCutServer_mac.jnlp$ /~fcsvr/Sites/webstart/macJnlp.php [NC,L]
RewriteRule ^/FinalCutServer/FinalCutServer_windows.jnlp$ /~fcsvr/Sites/webstart/windowsJnlp.php [NC,L]
RewriteRule ^/FinalCutServer/FinalCutServer_other.jnlp$ /~fcsvr/Sites/webstart/jnlp.php [NC,L]
</IfModule>


this worked for me



but my problem is that FCSVR does not uses the users created in Lion Server (cant login)

(somebody said something about Sandbox)

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Access http://server/FinalCutServer not work , wrong on the apache link

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.