Search the Community
Showing results for tags 'how'.
-
I am using MyOwnFreeHost free version. I would like to know how to intergrate MyOwnFreeHost with WHMCS
- 2 replies
-
- whmcs
- myownfreehosting
-
(and 1 more)
Tagged with:
-
cpanel How to modify or remove tutorials link in cPanel
AA22Dev posted a topic in MyOwnFreeHost General
Hi, i wanted to know that how can i modify or remove the tutorials link in cpanel for my reseller account. -
Hi, i wanted to change /file.html to /file/ I had used this code in .htaccess but the style of the file get removed RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]+)/$ $1.html RewriteRule ^([^/]+)/([^/]+)/$ /$1/$2.html RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$ RewriteRule (.*)$ /$1/ [R=301,L]
-
Hi, i wanted to know that how can i use google adsense ads on whmcs I now had added google auto ads code in the header.tpl file of my whmcs template. Whether it's ok or i had to manually add the code of ads in every page?