.htacess file
-
hi,
i have added .htaccess file. i have installed wordpress in subfolder so that it comes all the pages with subfolder name in webbrowser. i need to hide. please help me how to hide that subfolder name.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*) https://domain.com/subfolder [R=301,L]
</IfModule>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘.htacess file’ is closed to new replies.