B beniking Member Oct 21, 2018 #1 Oct 21, 2018 #1 i want when i open this url: https://www.sinahamedheidari.com/~applenic/gift-cards.html url change to: https://www.sinahamedheidari.com/gift-cards.html how to set this configuration in litespeed? Last edited by a moderator: Oct 22, 2018
i want when i open this url: https://www.sinahamedheidari.com/~applenic/gift-cards.html url change to: https://www.sinahamedheidari.com/gift-cards.html how to set this configuration in litespeed?
N NiteWave Administrator Oct 22, 2018 #2 Oct 22, 2018 #2 regarding /~applenic/gift-cards.html , rewrite rules in .htaccess Code: RewriteEngine On RewriteRule ~applenic/(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] by test, not work at all. however, you can just disable userdir in cPanel : https://www.litespeedtech.com/suppo...d_wiki:cpanel:disable-mod-userdir-lsws-cpanel Last edited by a moderator: Oct 22, 2018
regarding /~applenic/gift-cards.html , rewrite rules in .htaccess Code: RewriteEngine On RewriteRule ~applenic/(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] by test, not work at all. however, you can just disable userdir in cPanel : https://www.litespeedtech.com/suppo...d_wiki:cpanel:disable-mod-userdir-lsws-cpanel