Chuyển đến nội dung chính

Bài đăng

Đang hiển thị bài đăng từ Tháng 7, 2015

Dev Tips #Rewrite Prevent duplicate request AJAX when rewrite in Magento

RewriteRule . /index.php [L] # skip POST requests RewriteCond %{REQUEST_METHOD} POST RewriteRule ^ - [L] # browser requests PHP RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^\ ]+)\.php RewriteRule ^/?(.*)\.php$ /$1 [L,R=301] # check to see if the request is for a PHP file: RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^/?(.*)$ /$1.php [L] RewriteRule ^index.php/admin/(.*)$ /admin/$1 [L,R] Rewrite xóa index.php trên url bằng htaccess

Implement Sticky menu in magento 1.9

HTML CODE: getChildHtml('global_messages') ?> getChildHtml('content') ?> getChildHtml('left') ?> getChildHtml('description_cate')?> JS CODE: CSS CODE: .clearer {clear:both;} .main-inner:before, .main-inner:after {content:"";display:table;display:block;width:100%} .main-inner:after {clear:both} .main-inner {height:100%;position:relative;width:100%;display:block;margin-bottom:10px;} .is_stuck{position:fixed;}