CodeIgniter Forums
The requested URL /authd.html was not found on this server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: The requested URL /authd.html was not found on this server (/showthread.php?tid=1935)



The requested URL /authd.html was not found on this server - El Forum - 07-05-2007

[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?


The requested URL /authd.html was not found on this server - El Forum - 07-05-2007

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

Is it in webroot?

When removing .htaccess, everythings works well?


The requested URL /authd.html was not found on this server - El Forum - 07-06-2007

[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...???


The requested URL /authd.html was not found on this server - El Forum - 07-09-2007

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