
14-01-2011, 14:10:44
|
| |
Phpfox Login sorunu | | Selamlar..
bir arkadaşın subdomaine wp tema kurulumu yaparken sorunlar çıktı.Temada hiçbir resimi göstermiyordu.Ardından subdomaindeki wpye htacces attım çalıştı.Fakat ana klasordeki phpfox scriptinde login sorunu yaşanmaya başlandı.htaccessten fazla anlamadığım için subdomaindeki wp kurulu olan htaccess dosyasını sıldım.Sonuç en baştaki sorun geri geldi ama giriş sorunu hala devam ediyor.Anadizine hiç dokunmadım acaba neden olabilir?
Login sorunu derken girişe basınca boş sayfa çıkıyor.
anadizindeki htacces dosyası Alıntı:
ErrorDocument 403 /index.php?do=/public/error/403/
ErrorDocument 404 /index.php?do=/public/error/404/
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/file/.*
RewriteCond %{REQUEST_URI} !^/install/.*
RewriteCond %{REQUEST_URI} !^/design/.*
RewriteCond %{REQUEST_URI} !^/plugins/.*
RewriteRule ^index.php(/.*)$ /index.php?do=$1 [L]
RewriteCond %{REQUEST_URI} !^/file/.*
RewriteCond %{REQUEST_URI} !^/install/.*
RewriteCond %{REQUEST_URI} !^/design/.*
RewriteCond %{REQUEST_URI} !^/plugins/.*
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} !^/robots.txt
RewriteCond %{REQUEST_URI} !^/favicon.ico
RewriteRule ^(.*)$ /index.php?do=/$1 [L]
| |