Hi,
Sorry for the delay in response.
Here is the content of the .htaccess file that Softaculous creates for the Ghost installation.
Code
Options +FollowSymLinks -Indexes
IndexIgnore *
DirectoryIndex
<IfModule mod_rewrite.c>
RewriteEngine on
# Simple URL redirect:
RewriteRule ^(.*)$ http://[[domhost]]:[[port]][[relativeurl]]/$1 [P]
</IfModule>
In the above content the variables needs to be replaced with the actual values :
[[domhost]] -> Your domain. Eg: example.com
[[port]] -> Port no on which Nodejs service is running
[[relativeurl]] -> Directory in which you have installed Ghost. Eg: ghost if you have installed Ghost in the sub-directory named "ghost". If you have not installed in a sub-directory simply remove this variable from the file
----------------------- Softaculous
Pinguzo - Monitor Servers, Websites, API, Services 24x7 |