Category : htaccess

19 posts

order allow,deny deny from xxx.xxx.xxx.xxx #specify a specific address allow from all
php_value upload_max_filesize 32M
SetEnv APPLICATION_ENV development
Redirect /olddir /newdir
Redirect / http://www.myphphelper.com/
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^olddomain\.com$ [NC] RewriteRule ^(.*)$ http://newdomain.com [R=301,L]
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email