Skip to content

mod_rewrite labelled yellow before install on Godaddy

edited January 2013 in Troubleshooting

Hello forum,

I tried to install sendy at godaddy (Economy Hosting - Linux (Free with Domain)) and I received the following:

Server compatibility checklist

Your PHP version is 5.3.14
mod_rewrite is not enabled
display_errors is turned off
hash is enabled
curl is enabled

If you do not pass the compatibility test, either adjust your server settings via php.ini or check with your host. A search via Google for more information may help as well. :)

mod_rewrite
mod_rewrite may not be detected especially if you're on a shared server. If the mod_rewrite item is yellow, you can still proceed to install Sendy. If you get a 500 internal server error or 404 page not found error after being redirected to the login page, mod_rewrite is not enabled on your server and you will need to request your host to enable it.

My .htaccess at my http://www.athenscitypass.com/sendy includes the followings

Options +FollowSymLinks
Options -Multiviews

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^([a-zA-Z0-9-]+)$ $1.php [L]
RewriteBase /sendy

Link tracker

RewriteRule ^l/([a-zA-Z0-9/]+)$ l.php?i=$1 [L]

Open tracker

RewriteRule ^t/([a-zA-Z0-9/]+)$ t.php?i=$1 [L]

Open tracker

RewriteRule ^w/([a-zA-Z0-9/]+)$ w.php?i=$1 [L]

unsubscribe

RewriteRule ^unsubscribe/(.*)$ unsubscribe.php?i=$1 [L]

subscribe

RewriteRule ^subscribe/(.*)$ subscribe.php?i=$1 [L]

Any solution to overcome the error???

Thanks in advance

Comments

  • BenBen
    edited January 2013

    Hi @harrisco,

    I've checked your installation and verified that mod_rewrite is enabled.

    You can go ahead and install Sendy.

    Thanks.

    Ben

  • Hi Ben, thanks for your answer... but i still have the same problem

    what I do is:

    1.fill in the field with the license key i received
    2. for "company" i write "Lillacom"
    3.for "name" my name theocharis diamantids
    4.for "email" the email i used to pay (through paypal theathens*******@*****)
    4.for "password" the password i used to log in
    5-7 the rest are empty

    and i still receive the same message

    Your PHP version is 5.3.14
    mod_rewrite is not enabled
    display_errors is turned off
    hash is enabled
    curl is enabled

    Any suggestions???

    Kind Regards
    harris

  • BenBen
    edited January 2013

    Hi @harrisco,

    I just checked further, the issue is not that you don't have mod_rewrite enabled (you do).

    You're installing Sendy on athenscitypass.com. This domain has not license to run Sendy and is not registered with us.

    What is the domain you bought Sendy for? You need to install Sendy on the domain you bought it for. If you want to transfer your licensed domain, let me know.

    Thanks.

    Ben

This discussion has been closed.