D
D
Denis2017-08-13 12:22:04
PHP
Denis, 2017-08-13 12:22:04

Redirect from specific url to main page?

Hi help! I changed the site engine, now I want to redirect all the
old urls in the index to the main one. to home?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Matvey Pravosudov, 2017-08-13
@oxyberg

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^video/(.*)$ /index.php [R=301,NC,L]

index.phpis your main.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question