M
M
Mark Rosenthal2014-11-24 16:54:33
Apache HTTP Server
Mark Rosenthal, 2014-11-24 16:54:33

How to remove slash in url?

Hey!
There is a similar error:
When entering index.shtml, everything is fine, but substituting a slash (index.shtml/), we get an error.
c060caa901034fffb2009c9586258146.png
Any thoughts on a solution?
Googling didn't help

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Azim Kurt, 2014-11-24
@Symphony

.htaccess
google.com/?67992

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} (.*)
RewriteCond %{REQUEST_URI} /$ [NC]
RewriteRule ^(.*)(/)$ $1 [L,R=301]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question