1 HTTP/1.1 301 Moved Permanently 2 Date: Tue, 03 Oct 2017 09:42:36 GMT 3 Server: Apache 4 Vary: Cookie,Accept-Encoding,User-Agent 5 Location: http://www.karelservisi.net/ikitelli-karel-servisi/ 6 Content-Type: text/html; charset=UTF-8 7 X-Powered-By: PleskLin 8 Content-Length: 0 9 Connection: close 10htaccess dosyam şudur.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
php_value upload_max_filesize 300M
php_value post_max_size 305M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
# Dont compress
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
#Dealing with proxy servers
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
</IfModule>
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>
</ifmodule>
# END WordPress