MyBB .htaccess ve htaccess-nginx.txt |
10 Mesajlar | 1.542 Okunma |
Options -MultiViews +FollowSymlinks -Indexes
#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
# MediaTemple, it is known to cause random Internal Server
# errors. For MediaTemple, please remove the block below
#
# Turn off mod_security filtering.
SecFilterEngine Off
# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
# the setting enabled in the Admin CP and you have this file
# named .htaccess
#
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.site\.net [NC]
RewriteRule ^([^&]*)&(.*)$ http://site.net/ $1?$2 [L,QSA,R=301]
ErrorDocument 404 /misc.php?google_seo_error=404
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
RewriteRule ^([^./]+)\-f\.html$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
RewriteRule ^([^./]+)\-k\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
RewriteRule ^duyuru\-([^./]+)\.html$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
RewriteRule ^([^./]+)\-u\.html$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
RewriteRule ^takvim\-([^./]+)\.html$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
RewriteRule ^etkinlik\-([^./]+)\.html$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
SetEnv SEO_SUPPORT 1
#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
# Note: You are able to choose a different name in the Admin CP. If you've done that you need to change it here too
Order Deny,Allow
Deny from all
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.alanadiniz\.com [NC]
RewriteRule ^(.*)$ http://alanadiniz.com/ $1 [L,R=301]
MelihAtasever adlı üyeden alıntı
Not: Aşağıda belirtilen kodların içerisindeki “alanadiniz.com” kısımlarını değiştirerek Htaccess dosyanıza ekleyiniz. Htaccess dosyanızdaki değişiklilerin görüntülenebilmesi için web tarayıcınızın önbelleğini temizlemeniz gerekebilir.RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.alanadiniz\.com [NC]
RewriteRule ^(.*)$ http://alanadiniz.com/ $1 [L,R=301]
#RewriteCond %{HTTP_HOST} !^www\.siteadı\.com
#RewriteRule (.*) http://www.sitead ı.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} !^siteadresiniz\.com$ [NC]
RewriteRule ^(.*)$ http://siteadresiniz.com/ $1 [R=301,L,QSA]
MelihAtasever adlı üyeden alıntı
Not: Aşağıda belirtilen kodların içerisindeki “alanadiniz.com” kısımlarını değiştirerek Htaccess dosyanıza ekleyiniz. Htaccess dosyanızdaki değişiklilerin görüntülenebilmesi için web tarayıcınızın önbelleğini temizlemeniz gerekebilir.RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.alanadiniz\.com [NC]
RewriteRule ^(.*)$ http://alanadiniz.com/ $1 [L,R=301]
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.site\.net [NC]
RewriteRule ^([^&]*)&(.*)$ http://site.net/ $1?$2 [L,QSA,R=301]