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
'웹관련팁' 카테고리의 다른 글
블루호스팅 환불 이유 및 절차 (0) | 2020.05.19 |
---|---|
티스토리 ads.txt 애드센스 해결 안해주시는건가요? (0) | 2020.03.31 |
MYSQL : TEXT 데이터형 글자 길이 (0) | 2019.03.07 |
카페24 웹 MySQL 서비스 종료 (0) | 2018.12.29 |
mysql 저장시 한글이 ??? 로 저장이 되는 경우 (0) | 2018.09.23 |
댓글