SOLVED Partial Success on installing on IIS environment
Posted 14 years 9 months ago
From the looks of it, everything worked fine for the installation phase, with the exception of two issues which are likely related. I turned off the Apache mod_rewrite (cause it's only for Apache), and stuff works well, but for some reason,
1. CSS files are not being used within inside pages:
2. Splitmenu links aren't rendering properly - again - if you try to go to any child page from here, the links are messed up: Inside page:
64.34.255.105/test/index.php/energy-solutions
Current settings: SEF URLs set to Yes
Apache mod_rewrite set to No
Add suffic to URLs set to No
Re: SOLVED Partial Success on installing on IIS environment
Posted 14 years 9 months ago
What version of php you have on this server?
Magento - phpBB3 - Kunena - RokBridge Specialist
No Secure Tab posts unless requested.
Use the Thank You and Life Preserver Buttons!
Your signature is also great place for setup details...help us help you!
Re: SOLVED Partial Success on installing on IIS environment
Posted 14 years 9 months ago
I see your running php 5
A quick look with fb shows all css being redirected to links that are not resolving.
Try shutting off any url rewriting to see if links render OK.
Something is up with the rewrites.
Magento - phpBB3 - Kunena - RokBridge Specialist
No Secure Tab posts unless requested.
Use the Thank You and Life Preserver Buttons!
Your signature is also great place for setup details...help us help you!
Re: SOLVED Partial Success on installing on IIS environment
Posted 14 years 9 months ago
Apache on Windows would give you the support but not sure on IIS is there are any free ones.
Submit a post over at Joomla forums to see if any windows hosters have solutions for IIS setups.
Magento - phpBB3 - Kunena - RokBridge Specialist
No Secure Tab posts unless requested.
Use the Thank You and Life Preserver Buttons!
Your signature is also great place for setup details...help us help you!
Re: SOLVED Partial Success on installing on IIS environment
Posted 14 years 9 months ago
Ok, after some tinkering, I got it to work. For future reference (and so I don't forget), here's what I did:
1. Renamed .htaccess back to htaccess.txt (it had been .htaccess from when I originally built it on dev hosting account)
2. In configuration.php Entered the domain name path under $livesite url
3. Also in configuration.php set the following $sef to 1, $sef_rewrite to 0, and $sef_suffix to 0
search keywords:
IIS
SEF
URL
URLS
search
engine
friendly
apache
windows
Re: SOLVED Partial Success on installing on IIS environment
Posted 14 years 9 months ago
Thanks for reporting back.
Can we mark this solved?
Magento - phpBB3 - Kunena - RokBridge Specialist
No Secure Tab posts unless requested.
Use the Thank You and Life Preserver Buttons!
Your signature is also great place for setup details...help us help you!