P
P
Pavel Pavel2018-07-23 23:34:57
htaccess
Pavel Pavel, 2018-07-23 23:34:57

How to configure .htacces if slashes are used?

Hello.
I have a website address: test.domen.com
When loading the site, I need to redirect to the page test.domen.com/shop/book (slash at the end)
Now the code is also registered in htacces:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2018-07-23
@Stalker_RED

Normally it works .
Can you describe in more detail what you don't like?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question