Error smoothpay.ga isn't working

Please! Why am I getting this error message?

Please check your .htaccess file whether it is written correcrly

Please what should it look like?
Some like?
This

"

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d

RewriteCond $1 !^(index\.php|images|robots\.txt|favicon\.ico)
RewriteRule ^member/main$ member/main.php [NC,L]
RewriteRule ^notification$ user/notification.php [NC,L]
RewriteRule ^notification/([0-9]+)$ user/notification.php?page=$1 [NC,L]
RewriteRule ^notification/unread$ user/unreadnotification.php [NC,L]
RewriteRule ^notification/unread/([0-9]+)$ user/unreadnotification.php?page=$1 [NC,L]
RewriteRule ^notification/view/([0-9]+)$ user/viewnotification.php?id=$1 [NC,L]
RewriteRule ^member/register$ member/register.php [NC,L]
RewriteRule ^member/login$ member/login.php [NC,L]
RewriteRule ^member/forgotpass$ member/forgotpass.php [NC,L]
RewriteRule ^member/resetpass$ member/resetpass.php [NC,L]
RewriteRule ^member/logout$ member/logout.php [NC,L]
RewriteRule ^member/set/username$ member/setusername.php [NC,L]
RewriteRule ^member/set/email$ member/setemail.php [NC,L]
RewriteRule ^member/set/profile$ member/editprofile.php [NC,L]
RewriteRule ^member/set/picture$ member/editpicture.php [NC,L]
RewriteRule ^member/set/password$ member/editpass.php [NC,L]
RewriteRule ^rules$ rules.php [NC,L]
RewriteRule ^about$ about.php [NC,L]
RewriteRule ^contact$ contact.php [NC,L]
RewriteRule ^ref/([a-zA-Z0-9._-]+)$ member/ref.php?ref=$1 [NC,L]
RewriteRule ^developer$ http://facebook.com/adesanoye.adeleye.9 [NC,L]

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule !.*.php$ %{REQUEST_FILENAME}.php [L,QSA]

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^([a-zA-Z0-9._-]+)/page/([0-9]+)$ category.php?category=$1&page=$2 [L]

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)/([a-zA-Z]+)/([0-9]+)$ /topics.php?url=$1&sort=$2&page=$3 [L]
"

Easiest way to find whether it is the error. Just truncate this file (keep a copy right?) and see whether problem persists

You mean I should bring it down?

This is the error message I get
The smoothpay.ga page isn’t working

smoothpay.ga is currently unable to handle this request.
HTTP ERROR 500

500 error is a generic error message, given when no more specific message is suitable.

So, if .htaccess is not the problem you must wait untill a staff member comes.

Did you tried emptying your htacess file and reload?

I emptied it and reload it already

It seems to be problem persists. However you must wait untill a staff member visits the forum.
:wink:

I will wait then. Thanks for your time

I have enabled error display, you can now try to fix your error :wink:

This is the error message I get
The smoothpay.ga page isn’t working

smoothpay.ga is currently unable to handle this request.
HTTP ERROR 500

Here is your error

Parse error: syntax error, unexpected ‘5.000’ (T_DNUMBER), expecting variable (T_VARIABLE) or ‘{’ or ‘$’ in /storage/ssd3/991/2369991/public_html/index.php on line 127

This is the new error message I get Application error
An error occurred in the website and your page could not be displayed. If you are the website owner, check your logs for details.
000webhost www.000webhost.com

Hi @Elitepay5!

Application error means there is something wrong in your .htaccess syntax. Please recheck the file for incorrect written directives.

But its still not coming up without the .htaccess file

The .htaccess error vanished. I have corrected it. Please clear your browser cache and refresh the webpage.

But you still have a PHP error in index.php script. Please correct it:

Parse error: syntax error, unexpected ‘5.000’ (T_DNUMBER), expecting variable (T_VARIABLE) or ‘$’ in /storage/ssd3/991/2369991/public_html/index.php on line 146

The site is still not coming up

Your webpage’s index page loads without HTTP error. It may be a error with your php.

Did you tried on show errors?
ini_set("display_errors",1);

use above to do that