Libbna / BLOG_SITE

Simple blog site with CRUD operations using PHP and MYSQL
2 stars 4 forks source link

Implement Redirect clean URL / URL shortener. #36

Closed Libbna closed 3 years ago

Libbna commented 3 years ago

components/search-results.php b107c9f: added http_response_code(301) method -> is basically a shorthand way of writing a http status header. Get or Set the HTTP response code.