Answer the question
In order to leave comments, you need to log in
How to redirect a regular page to a 404 or 403 page?
Hello, please help me to do something like this. How can I make this link on my website http://www.mysite.ru/index.php/videoroliki?page14 redirect to 404 or 403 for example?
Site on joomla 3.
Answer the question
In order to leave comments, you need to log in
If the page does not exist, then the server's 404 response should occur by default.
Open .htaccess (in root folder) and write this,
ErrorDocument 404 /404.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 503 /503.shtml
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question