Link to home
Start Free TrialLog in
Avatar of weikelbob
weikelbobFlag for United States of America

asked on

Mac .htaccess textedit problem

Hello,

I'm editing my htaccess file using Microsoft word. Saving file as Mac OS in Microsoft word. I can't get textedit to do it. It keeps trying to tell me that I can no longer save the file in Mac OS.

How do I work with this .htaccess file? I know it's something simple.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Never Ever edit a web page file like htaccess or javascript or HTML in Microsoft Word.     When you save it, it is no longer plain text which is what is required.  Go back to your Word version and export it as plain text.
SOLUTION
Avatar of strung
strung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of weikelbob

ASKER

I'm using textwrangler. It's still giving me an error. Would it be safe to paste my file contents here in a thread? I save it as UTF-8 with Unix line breaks and it still doesn't work
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What is the error you are getting?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Redirect 301 /associated http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /anchor http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /allergy http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /ambiguity http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /beliefs? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /nlp1 http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /analogue http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /behavior-generator? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /dsr-training http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /internal-conflict? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /as-if? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /caloric-deficit http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /behavioral-changehttp://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /whirling-dervishes? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /anchor-collapse http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /critical-voice? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /six-step-reframing http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /seminar-boise-idaho http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /anchor-chaining-aspx http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /discovering-the-gift? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /integrating-conflicting-beliefs? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /whirling-vortex-process? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /CU3ER.swf http://bobweikel.com

Redirect 301 /wealthy-mind-idaho-boise? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /nlp-articles/dsr-coach http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /nlp-articles/dsr-nlp? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /nlp-articles/dsr-article? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /most-important-articles-faq http://bobweikel.com/nlp-articles

Redirect 301 /story-around-a-problem? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /nlp-articles/nlp-master-practitioner? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /the-spiritual-neuro-logical-level? http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /seminar-boise-idaho/training-calendar http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /nlp-articles/nlp-health-coach-practitioner http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /apply-for-free-weight-loss-case-study? http://bobweikel.com/the-complete-guide-to-weight-loss-tips

Redirect 301 /seven-plus-or-minus-two-and-the-conscious-mind http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /how-do-you-know-i-can-benefit-from-wealth-coaching http://bobweikel.com/nlp-articles/what-is-nlp

Redirect 301 /seminar-boise-idaho/training-talk-calendar http://bobweikel.com/nlp-articles/what-is-nlp

Open in new window

Got this. For some reason there were question marks (?) interspersed in the redirect lines.

Thanks guys, sorry it took so long - I don't work on this site very often
Glad you got it working.  Thanks for the points.