ArticleTrader.com
  

 Main Menu

  Home
  Member Login
  Forum
  Submit Article
  RSS Feeds
  Contact Us
  About

 Services

  Article Distribution
  Link Building

 Tools

  ArticleMS
  Directory Tracker

 Categories

  Automotive
  Business
  Computers
  Entertainment
  Finance
  Food
  Health
  Home and Family
  Internet
  Legal
  Science
  Self Improvement
  Shopping
  Society
  Sports
  Technology
  Travel
  Writing





























 
Welcome! ( Login | Register )
» ArticleTrader Forums » ArticleMS » Support » Error when trying to register...
Members Search Help

Pages: << prev 1 next >>
Error when trying to register new member
This member is currently offline howephunny
Newbie


Member Level

Group: Members
Posts: 3
Joined: Today

Go to the bottom of the page Go to the top of the page

I get this error message when I try to register a new account on my ArticleMS website.

"Error 500 - Internal server error
An internal server error has occured!
Please try again later."

Could someone point me in the direction to fix this please?

Posted Aug 10, 2009, 7:50 pm
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

what does you .htaccess file have in it?
what is your url
.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Posted Aug 10, 2009, 9:10 pm
This member is currently offline howephunny
Newbie


Member Level

Group: Members
Posts: 3
Joined: Today

Go to the bottom of the page Go to the top of the page

the .ht access file is the default that came with the download.

the URL is http://www.freearticlewarehouse.com


Posted Aug 10, 2009, 9:16 pm
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

Some servers have an issue with the default .htaccess file...

Try deleting the Options +FollowSymLinks as some servers don't allow it.

Try adding RewriteBase / after RewriteEngine on

Also add so your site always resolves to www. :
RewriteCond %{HTTP_HOST} ^YourSiteName.com
RewriteRule (.*) http://www.YourSiteName.com/$1 [R=301,L]
.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Posted Aug 10, 2009, 9:31 pm
This member is currently offline howephunny
Newbie


Member Level

Group: Members
Posts: 3
Joined: Today

Go to the bottom of the page Go to the top of the page

Thank you for your help

"Try deleting the Options +FollowSymLinks as some servers don't allow it.

Try adding RewriteBase / after RewriteEngine on"

This did the trick.

Adding this -
"Also add so your site always resolves to www. :
RewriteCond %{HTTP_HOST} ^YourSiteName.com
RewriteRule (.*) http://www.YourSiteName.com/$1 [R=301,L]"

killed the style sheet for some reason, but it works great without.


Thanks a bunch

Posted Aug 10, 2009, 9:48 pm
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

howephunny said:

RewriteCond %{HTTP_HOST} ^YourSiteName.com
RewriteRule (.*) http://www.YourSiteName.com/$1 [R=301,L]



RewriteCond %{HTTP_HOST} ^freearticlewarehouse.com
RewriteRule (.*) http://www.freearticlewarehouse.com/$1 [R=301,L]





.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Posted Aug 11, 2009, 12:28 am
Pages:<< prev 1 next >>

Nov 22, 2009, 7:47 am

  

0.0183s