Answer the question
In order to leave comments, you need to log in
How to remove part from url?
I have a link
https://site.com/games/games/StreamingAssets/aa/se...
Dubbed /games .
And I can’t fix the link, so I want to fix it using .htaccess. It is necessary that https://site.com/games/StreamingAssets/aa/settings.json
be given .
Now .htaccess is standard
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question