Please check your email. It’s time for a look
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 10, 2011 10:21pm
Subscribe [7]#31 / Mar 04, 2011 4:27am
Please check your email. It’s time for a look
#32 / Mar 04, 2011 8:15pm
Hi John
I got the email and submitted the info.
Thanks
Jules
#33 / Mar 05, 2011 5:35pm
Hi Jules,
Thank you. We’ll update this thread as soon as we can.
Cheers
Greg
#34 / Mar 11, 2011 1:33pm
Hi Jules, are you still needing assistance with this? I don’t see a login request from you in our queue.
#35 / Mar 11, 2011 8:17pm
Hi Brandon
Hi Jules, are you still needing assistance with this? I don’t see a login request from you in our queue.
Yes I am still in need of assistance. I submitted the login request on the 4th. Can you send me another email with a link to the login request form?—-I deleted the original one. I’d be happy to submit it again:-)
Thanks
Jules
#36 / Mar 13, 2011 7:31pm
Jules,
Sorry that didn’t seem to be logged in our system. I have sent you the request form again.
#37 / Mar 16, 2011 9:03pm
Hi John
I’ve submitted the information again via the “Secure Login and Support Information Request” email
thanks
jules
#38 / Mar 17, 2011 2:56pm
Hi, Jules.. this time it showed up in our queue. Haven’t taken a look yet, but it is in there.
#39 / Mar 17, 2011 4:40pm
Hi, Jules. I see you’re running EE 1.6.9 - but the login details you sent don’t work. Can you double check them? I’m getting invalid password.
#40 / Mar 17, 2011 5:24pm
Sorry about that, I’ve emailed the correct info.
#41 / Mar 17, 2011 10:07pm
Got it. One more thing I’d like you to do… either add the template group to the .htaccess file for /ellislab (so all my testing is in an areas you can delete easily when we’re done,) or disable it completely.
#42 / Mar 17, 2011 10:17pm
either add the template group to the .htaccess file for /ellislab (so all my testing is in an areas you can delete easily when we’re done,) or disable it completely
I’m sorry, I don’t understand. Below is what I have included in my .htaccess file.
# Remove index.php
# Uses the "include method"
# <a href="http://expressionengine.com/wiki/Remove_index.php_From_URLs/#Include_List_Method">http://expressionengine.com/wiki/Remove_index.php_From_URLs/#Include_List_Method</a>
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5})$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/(equine-news|hospital|includes|faq|testimonials|search|sitemap|wygwam|about|services|contact|sitemap|index|client-resources|veterinarian-resources|members|P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]#43 / Mar 18, 2011 2:17pm
See the rewritecond with the line for equine-news|hospital| etc.. I need ellislab added to it. Or even better, rename the .htaccess file for testing. But since this is a live site, I’d rather just have the template name added.
Does that make sense?
#44 / Mar 18, 2011 2:36pm
Thanks for the explanation, ellislab has been added to my .htaccess file.
cheers!
Jules
#45 / Mar 18, 2011 5:03pm
OK, in very preliminary testing, try this page:
http://www.meddletonequine.com/ellislab/
It has an if logged in statement, and a link to a single entry that has the status of draft. I didn’t put anything in there regarding require_entry or anything else - just the basic functionality. That works. Untested with member group of 6, but works with superadmin.
Now this isn’t what you want by any stretch of the imagination, so it’s time to whittle down your template to the most basic and see when it breaks.