FuturShoc Posted January 20, 2013 Share Posted January 20, 2013 I seem to be having some trouble here. I'm developing a site that must live at a staging web host during development, then move to its permanent home at launch time. During development, the site address is: http://74.52.58.162/~imageeff/ I've successfully installed PW, however, i'm not able to get to the PW control panel using: http://74.52.58.162/~imageeff/index.php/wire or this: http://74.52.58.162/~imageeff/wire ============================ ...later. Ok, although I had a suspicion that htaccess was the source of my problem, I hadn't dug deeply into it enough. 1. I had failed to notice the helpful comments in the PW htaccess file which noted a need to add a RewriteBase rule for sites including the tilde character. 2. I had foolishly not trusted the documentation which clearly noted that "http://74.52.58.162/~imageeff/processwire" would be my control panel url. NOT "/wire" as I had oddly assumed by looking at the directory structure. D'oh. Apologies for the false alarm. 1 Link to comment Share on other sites More sharing options...
teppo Posted January 20, 2013 Share Posted January 20, 2013 Hello there! First of all, admin panel is by default located at /processwire/, not /wire/ or index.php/wire/. Then again, http://74.52.58.162/~imageeff/?it=/processwire/ opens admin panel as expected, while http://74.52.58.162/~imageeff/processwire/ doesn't, which would suggest that there's also something wrong with rewrites. Did you get any errors while / before installing PW and is your site running on Apache with mod_rewrite enabled? In case that you need help solving this, I'd suggest checking this post (and why not whole thread, for that matter) out first: http://processwire.com/talk/topic/82-install-pw-to-subdir/?p=1253. Link to comment Share on other sites More sharing options...
apeisa Posted January 20, 2013 Share Posted January 20, 2013 See the htaccess file, there is a mention about ~ char. 1 Link to comment Share on other sites More sharing options...
JeffS Posted February 3, 2013 Share Posted February 3, 2013 You can always add an entry for this IP in your OS hosts file so that you can locally resolve a host / host.domainname.tld to the IP address of your dev site. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now