Answer the question
In order to leave comments, you need to log in
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
Normally it works .
Can you describe in more detail what you don't like?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question