Search the Community
Showing results for tags 'helping'.
-
When I tried to sign up for a MOFH account, in the email it just said this: Dear Reseller, Unfortuantly your applciation to become a free hosting reseller was not successfull. The domain name used for this applicaition was (domain name). Reasons for a failed application can be, but are not limited to (this is a generic list of reasons, and not specific to your application) : 1) Non qualified domain name (we do not allow free domain names to be used for reseller hosting 2) Domain name name not resolving to our name servers (a reseller domain name must resolve to ns1.byet.org - ns4.byet.org Please feel free to re-apply for a reseller account, however please do ensure that the domain name is a real domain name, and that the name servers are set before appllying Best Regards Is this because i use a .xyz domain? Thanks!
- 2 replies
-
- help
- urgent
-
(and 26 more)
Tagged with:
- help
- urgent
- help wanted
- please reactivate
- reactivate
- domain
- domain name
- domainnames
- domain error
- domain delete
- account
- account frozen
- account suspended
- accounts and billing
- help!
- helping
- help me with wmcs or whmc
- unsuccessful
- host
- hosted
- hosting
- hostin gother tld
- myownfreehost
- myownfreehosting
- myownfreewebhost
- webhost
- webhosting
- website
-
How to remove file extensions Hello all i made this post to show you how to remove file extensions like [ www.example.com/index.php ] now i will show you how to remove .php in the end file to be [ www.example.com/index ] it will help your clients to open your website now follow this steps : open new Notepad save this code in new notepade RewriteEngine On # Unless directory, remove trailing slash RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/$ https://yourwebsitelink.com/$1 [R=301,L] # Redirect external .php requests to extensionless url RewriteCond %{THE_REQUEST} ^(.+)\.php([#?][^\ ]*)?\ HTTP/ RewriteRule ^(.+)\.php$ https://yourwebsitelink.com/$1 [R=301,L] # Resolve .php file for extensionless php urls RewriteRule ^([^/.]+)$ $1.php [L] Now change https://yourwebsitelink.com with your website link there is two to changeing Save the Notepade with name .htaccess and uploade with your website files and see what will happend