Search the Community
Showing results for tags 'change'.
-
It would be nice if for the plans I could change the Daily Hits. This would be great, I would like to lower some plans and raise others. There should be a max of 80000-100000 Daily hits though so that it is still a limited free account, but this would be great!! Thanks, help support this idea in the poll. Thanks for listening.
- 5 replies
-
- myownfreehost
- panel
-
(and 3 more)
Tagged with:
-
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]