Hi , i am using litespeed image from aws ec2 instance.
after logging in via ssh and generating https certificate.
i entered url , it directly installed wordpress in my home directory .
although i wanted to install it in blog directory.
i followed bellow step :
edite .htacess file
RewriteBase /blog
RewriteRule .* index.php [F]
then opened the virtual host - clicked on /var/www/html , went to rewrite and entered
RewriteRule /.* /blog/index.php [F]
then gracefull restart . but got 404 error.
Can Anybody Help me by telling step by ste guide how to install wordpress in subdirectory on openliteserver on aws.
OpenLiteSpeed 1.6.13
after logging in via ssh and generating https certificate.
i entered url , it directly installed wordpress in my home directory .
although i wanted to install it in blog directory.
i followed bellow step :
edite .htacess file
RewriteBase /blog
RewriteRule .* index.php [F]
then opened the virtual host - clicked on /var/www/html , went to rewrite and entered
RewriteRule /.* /blog/index.php [F]
then gracefull restart . but got 404 error.
Can Anybody Help me by telling step by ste guide how to install wordpress in subdirectory on openliteserver on aws.
OpenLiteSpeed 1.6.13