jackdaniels
01-15-2007, 06:40 PM
Hello,
I've installed phpld 2.0 on my (verio.com) hosting !
I had some problems accessing the admin panel but after I changed the code in init.php and /admin/init.php everything worked fine.
Now my biggest problem is the 500 internal server error ! After I turn the "Enable URL rewrite:" option to yes and try to hit a category this error shows up !
Now my .htaccess looks like this :
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
If I add the "RewriteBase /" code after "RewriteEngine On" I don't get the 500 internal server error anymore but my page loads without any graphics and the directory dosen't work !
Now if I hit "category1" 3 times the url in IE looks like this : http://wwww.mydirectory.com/category1/category1/category1/ !
Have you guys seen anything like this before ? Can you help me please ?
I've installed phpld 2.0 on my (verio.com) hosting !
I had some problems accessing the admin panel but after I changed the code in init.php and /admin/init.php everything worked fine.
Now my biggest problem is the 500 internal server error ! After I turn the "Enable URL rewrite:" option to yes and try to hit a category this error shows up !
Now my .htaccess looks like this :
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
If I add the "RewriteBase /" code after "RewriteEngine On" I don't get the 500 internal server error anymore but my page loads without any graphics and the directory dosen't work !
Now if I hit "category1" 3 times the url in IE looks like this : http://wwww.mydirectory.com/category1/category1/category1/ !
Have you guys seen anything like this before ? Can you help me please ?