[mythtv-users] mythweb possible bug with .htaccess???
Gregg
3gemail at gmail.com
Thu Apr 3 23:27:22 UTC 2008
Ok. I followed the instructions in the link
http://www.gossamer-threads.com/lists/mythtv/users/326446#326446 , but
I get the same results. I am only able to view the compact version.
It does not seem to matter where I put the auth config . I have not
tried it in the main httpd.conf file for appache yet, I was hoping to
avoid that, So I could have seperate Auth for each web instance on the
server.
any other suggestions? here is my wythweb.conf file.
<Directory "/var/www/html/mythweb">
Options FollowSymLinks
AllowOverride All
Order allow,deny
# Allow from all
AuthType Digest
AuthName "MythTV"
AuthUserFile /var/www/html/mythweb/htdigest
Require valid-user
BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
Order allow,deny
Satisfy any
SetEnv db_server "localhost"
SetEnv db_name "mythconverg"
SetEnv db_login "mythtv"
SetEnv db_password "mythtv"
RewriteEngine on
RewriteRule
^(css|data|images|js|themes|skins|README|INSTALL|[a-z_]+\.(php|pl))(/|$)
- [L]
RewriteRule ^(pl(/.*)?)$ mythweb.pl/$1 [QSA,L]
RewriteRule ^(.+)$ mythweb.php/$1 [QSA,L]
RewriteRule ^(.*)$ mythweb.php [QSA,L]
AddType video/nuppelvideo .nuv
AddType image/x-icon .ico
<Files *.pl>
SetHandler cgi-script
Options +ExecCGI
</Files>
</Directory>
More information about the mythtv-users
mailing list