ismywb

Member
Sep 4, 2010
9
0
51
cPanel Access Level
Root Administrator
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:

Code:
RewriteEngine On
RewriteRule ^(.*)$ http://127.0.0.1:8080/$1 [L,P]
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?
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You mentioned migrating the account. Did you migrate it from another cPanel server using the cPanel transfer tools or was this a manual transfer? Are you using the redirect rules defined in the documentation of the script?

Thank you.
 

ismywb

Member
Sep 4, 2010
9
0
51
cPanel Access Level
Root Administrator
Howdy Michael!

This was resolved. I had done some testing on the old server previously drifting from my master EasyApache profile.

The master profile didn't work, but exporting the currently used version did, and importing it did.

I haven't narrowed down what it was, so I have still to look at that as I want all my servers running the same things.

And yes, I used cPanel to cPanel. The redirect rules are kinda non-existent, as its like the tomcat server. Reverse proxy to port 8080 :)Howdy Michael!

This was resolved. I had done some testing on the old server previously drifting from my master EasyApache profile.

The master profile didn't work, but exporting the currently used version did, and importing it did.

I haven't narrowed down what it was, so I have still to look at that as I want all my servers running the same things.

And yes, I used cPanel to cPanel. The redirect rules are kinda non-existent, as its like the tomcat server. Reverse proxy to port 8080 :)