Howdy All!
So, I am having an issue with one of my clients website.
It is running the Ghost blog, and I have supported him with it.
However, I ran into an issue after moving the site.
It now redirects to /index.html.var, but every other page works. :S
Here is the .htaccess:
Here's the site: - removed -
I figure this issue is on my side not his since - removed - works without this issue.
Does anyone have any ideas?
So, I am having an issue with one of my clients website.
It is running the Ghost blog, and I have supported him with it.
However, I ran into an issue after moving the site.
It now redirects to /index.html.var, but every other page works. :S
Here is the .htaccess:
Code:
RewriteEngine On
RewriteRule ^(.*)$ http://127.0.0.1:8080/$1 [L,P]
I figure this issue is on my side not his since - removed - works without this issue.
Does anyone have any ideas?
Last edited by a moderator: