Hello,
We use JA University to build a website using .htaccess and it worked OK on our old hosting with SEO Settings option Search Engine Friendly URLs and Use URL rewriting is set to Yes
But 1 week ago, we move the website to new hosting and something went wrong. We can’t use the url newsletter.asia or http://www.newsletter.asia to open site on browser(The index.html is opened – Welcome to Parallels!…)
We searched on the internet and added there rule in .htaccess file
RewriteCond %{HTTP_HOST} ^newsletter.asia$ [NC]
RewriteRule ^(.*)$ http://www.newsletter.asia/index.php$1 [R=301,L]
So we can use url: newsletter.asia to open the site on browser(But still can’t use http://www.newsletter.asia – Welcome to Parallels!.. )
Document on the internet said might be the error is on Godaddy hosting, but not sure it’s correct
Could you check it to see if i make any mistake!