Welcome Guest, Not a member yet? Register   Sign In
The requested URL /authd.html was not found on this server
#1

[eluser]ekosuara[/eluser]
Hi,
I had installed CI in subfolder root,but i have some problem :
The requested URL /authd.html was not found on this server.
Apache/2.0.52 (Win32) PHP/5.0.3 Server at dev.distro.sunmoonstars.web.id Port 80

my htaccess file is
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

mod_rewrite.c is enable,and windows directory has unchecked for read only, how should i do?
#2

[eluser]ztinger[/eluser]
what is the whole url of the document?

Is it in webroot?

When removing .htaccess, everythings works well?
#3

[eluser]ekosuara[/eluser]
my ci document located in
root/ci_document
.htaccess has removed, but it didn't work.
directory properties set to full control

if i change .htaccess to :

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ /distro.smsp.web.id/index.php [L]
RewriteCond $1 !^(index\.php|images|robots\.txt|css|js)
RewriteRule ^(.*)$ /distro.smsp.web.id/index.php/$1 [L]
</IfModule>

ci still didn't work...???
#4

[eluser]ekosuara[/eluser]
Horeee
i had fixed it ......




Theme © iAndrew 2016 - Forum software by © MyBB