Jump to content

larryhawks

Member
  • Posts

    4
  • Joined

  • Last visited

larryhawks's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. bsmither, you are a life saver After checking my php.ini all looked good to me so went with your other option of installing the old-school zip way. And that's it all fixed and working 100%, so as you have mentioned there looks to be a bug somewhere in the git repos version and as I'm still only a day into looking around the codebase god know where this could be. If your ever over in Ireland, I'll get you a bear Thanks so much, only hope I'll be able to help you with something in the future when I get my head round the system a bit.
  2. Right the index.html file works 100% and the odd thing is that every other section of the site also works 100% it's just the search which is having loop issues.
  3. Hello bsmither, thanks for the reply. At this point I'm only checking CC out and I must say I'm loving it. I have this hosted on a local dev virtual host server and have set apache up to server the site from a directory on the HD and am using a made up domain name as the ServerName which isn't using www. and I've also added a ServerAlias with www. Then I'm just set up my local hosts file to catch this url in my browser. So in short sounds like this is going to be the issue. But if you do find the right syntax for the rewritebase name_of_directory that would be a great help
  4. I have been looking at CC6 as a product which I could use, but after doing a fresh install I get an error when it comes to the search section of the site. The issue looks to do with the mod_rewrites, I'm using Chrome and have cleared all cach and cookies but still see the issue. ERR_TOO_MANY_REDIRECTS So looking into this a little is this something to do with the .htaccess rules i'm using? RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA] Also the URL string looks wrong : /search.html?_a=category&search[keywords]= as when looking at the demo site the URL string looks like this. search.html?search%5Bkeywords%5D=h&_a=category. What am I missing when installing?? I've installed using a git clone of V6 Right, if I change the .htaccess file to: RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L] then I get the right URL string as the Live CC6 demo site on my local version: search.html?search%5Bkeywords%5D=nn&_a=category But this doesn't do anything, it just shows the Advanced Search page. So any ideas to why [L,QSA] gives redirect loop errors? Anyone
×
×
  • Create New...