Pogledajte određenu poruku
Staro 03. 09. 2010.   #13
akki
član
Certified
 
Avatar akki
 
Datum učlanjenja: 21.12.2009
Poruke: 87
Hvala: 19
0 "Hvala" u 0 poruka
akki is on a distinguished road
Red face

pojma nemam,... sta god da promenim isto,.... dali je moguce da nije to htacesa?
dali mozda da C/P kompletan htaccess mozda je nsto drugo u pitanju?

hvala svima na pomoci!

edit:

ma evo kopija odma, da ne odugovlacim u slucaju da treba

Kôd:
Options +FollowSymlinks -MultiViews
RewriteEngine on
RewriteBase /

# Turn on Expires and set default to 0
ExpiresActive On
ExpiresDefault A0


# Set up caching on media files for 1 year (forever?)
<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$">
ExpiresDefault A29030400
Header append Cache-Control "public"
</FilesMatch>
 
# Set up caching on media files for 1 week
<FilesMatch "\.(gif|jpg|jpeg|png|swf)$">
ExpiresDefault A604800
Header append Cache-Control "public"
</FilesMatch>
 
# Set up 2 Hour caching on commonly updated files
<FilesMatch "\.(xml|txt|html|js|css)$">
ExpiresDefault A7200
Header append Cache-Control "proxy-revalidate"
</FilesMatch>
 
# Force no caching for dynamic files
<FilesMatch "\.(php|cgi|pl|htm)$">
ExpiresActive Off
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</FilesMatch>

php_value output_handler ob_gzhandler

ErrorDocument 404 /404.shtml
ErrorDocument 401 /401.shtml


<filesMatch ".js$">
AddHandler application/x-httpd-php .js
</filesMatch>

RewriteRule ^(([^/]+/)*[^./]+)$ http://www.computerfields.com/$1/ [R=301,L]

RewriteRule ^home$ index.php [L]

RewriteRule ^about-us/$ aboutus.php [L]
RewriteRule ^about-us$ aboutus.php [L]

RewriteRule ^more-about/$ about.html [L]
RewriteRule ^more-about$ about.html [L]

RewriteRule ^our-services/$ services.php [L]
RewriteRule ^our-services$ services.php [L]

RewriteRule ^our-products/$ products.php [L]
RewriteRule ^our-products$ products.php [L]

RewriteRule ^contact-us/$ contactus.php [L]
RewriteRule ^contact-us$ contactus.php [L]

RewriteRule ^terms/$ terms.php [L]
RewriteRule ^terms$ terms.php [L]

RewriteRule ^price-list/$ pricelist.html [L]
RewriteRule ^price-list$ pricelist.html [L]
__________________
ABILITY TO SPEAK DOESN'T MAKE YOU INTELLIGENT
- www.computerfields.com - www.hostingfields.com - www.tekstovi.ws -

Poslednja izmena od akki : 03. 09. 2010. u 17:06.
akki je offline   Odgovorite uz citat