본문 바로가기


웹관련팁

Not FoundThe requested URL /site/ourservices was not found on this server.

by aisi1004 2020. 2. 5.

Not Found

The requested URL /site/ourservices was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

 

 

.htaccess 파일 작성해서 root 디렉토리에 업로드 합니다.

 

RewriteEngine On

RewriteCond %{REQUEST_URI} ^/system.*

RewriteRule ^(.*)$ index.php?/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.+)$ index.php?/$1 [L] ErrorDocument 404 index.php





댓글