A
A
Artem Shelengovskiy2015-10-24 05:43:36
htaccess
Artem Shelengovskiy, 2015-10-24 05:43:36

How to make a redirect in .htaccess?

Hi all!
I need to redirect from the site to the VK group. During technical work.
Website on joomla. How do I not get redirected? since you need to work in the admin panel in the front.
And if you register a redirect, how to work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
riot26, 2015-10-24
@riot26

Try like this:

Options +FollowSymlinks
RewriteEngine On
RewriteBase /

RewriteCond %{REMOTE_ADDR} !^123\.123\.123\.123$
RewriteRule .* https://vk.com/club123456 [R=301,L]

where 123.123.123.123 is the IP that should not be forwarded

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question