Regular expression i htaccess regex, PCRE, POSIX, upotreba Apache .htaccess , mod_rewrite |
![]() |
|
Alati teme | Način prikaza |
|
![]() |
#1 |
član
Certified
Datum učlanjenja: 21.12.2009
Poruke: 87
Hvala: 19
0 "Hvala" u 0 poruka
![]() |
![]() 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. |
![]() |
![]() |
![]() |
|
|
![]() |
||||
Tema | Početna poruka teme | Forum | Odgovori | Poslednja poruka |
Broken Links - Ful Solution | Rafting | Programiranje | 3 | 01. 05. 2010. 00:18 |
hyper link | Iceman | Sva početnička pitanja | 5 | 17. 08. 2009. 21:39 |
link | mirko | Sva početnička pitanja | 3 | 01. 12. 2007. 22:58 |
Last page link | zextra | Obaveštenja, predlozi i pitanja | 2 | 10. 07. 2006. 22:10 |