ID:               22699
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at pyrom dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache related
 Operating System: FreeBSD
 PHP Version:      4.3.1
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Not enough information. 


Previous Comments:
------------------------------------------------------------------------

[2003-03-14 06:15:25] php at pyrom dot com

When using a subdomain such as subdomain.site.com/index.php/test/this
the script does not run and returns an error 
unknown(): unable to open /www/x/xxxx/htdocs/test/this

The subdomain is missing from the real path and the script returns a
blank screen.

This is using an apache .htaccess such as
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} subdomain.site.com
RewriteCond %{REQUEST_URI} !subdomain/
RewriteRule ^(.*)$ subdomain/$1 [L]

Hope this helps



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22699&edit=1

Reply via email to