milaaan Posted April 14, 2012 Share Posted April 14, 2012 Zdravim, při vnoření do kategorie se zobrazují produkty, jde nějak udělat to aby když kliknu na konkretní zboží mě to zrovna přesměrovalo na nějaký dalš cizí web/přátelskou url a ne na další podstránku s detaily zbozí. Hledal jsem hledal, ale nenašel........... Díky.. Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted April 15, 2012 Share Posted April 15, 2012 Přes .htaccess udělat přesměrování z konkrétní stránky na jinou konkrétní stránku, ale musíš to definovat pro každý výrobek zvlášť Link to comment Share on other sites More sharing options...
milaaan Posted April 15, 2012 Author Share Posted April 15, 2012 Zdravim, díky za nakopnutí ale stejně bych potřeboval ještě trošku i když jsem googlil jak na .htaccess nemohl jsem se dobádat výsledku, zkouším na localhostu a i když chci například přesměrovat z produktu př. http://localhost/category.php?id_category=2 na např seznam.cz musí zápis v .htaccess vypadat jak? nejsem žádný profi programátor tak mě neuakamenujte, muj .htaccess nyní, # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> # URL rewriting module activation RewriteEngine on # URL rewriting rules </IfModule> # Catch 404 errors ErrorDocument 404 /404.php <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted April 15, 2012 Share Posted April 15, 2012 http://www.google.cz/search?sclient=psy-ab&hl=cs&site=&source=hp&q=htaccess+p%C5%99esm%C4%9Brov%C3%A1n%C3%AD&oq=htaccess+p%C5%99esm%C4%9Brov%C3%A1n%C3%AD&aq=f&aqi=g4&gs_l=hp.3..0l4.1266l6196l0l6452l21l8l0l13l13l0l96l631l8l21l0.frgbld.&pbx=1&bav=on.2,or.r_gc.r_pw.,cf.osb&biw=1680&bih=880&emsg=NCSR&noj=1&ei=OAOLT-zcNoic-wbBo-ztCg&sei=PwOLT_jDNIn1sgbDn4nzCw&gbv=2 Link to comment Share on other sites More sharing options...
milaaan Posted April 16, 2012 Author Share Posted April 16, 2012 tak dalších x hodin o .htaccess a výsledek nikde, hosting na wedosu rewriting zapnut, zkoušel sem už ruzné tvary příkazů, ale nic už fakt nevím nemůže někdo napsat konkretní zápis pomocí RewriteRule na toto: pořebuju z mého obchodu z odkazu př: http://www.mujobchod.cz/aaa.html přesměrovat na http://nejakyjinyweb.cz/bbb nejpravděpodobnější se jevý zápis : RewriteEngine on RewriteRule http://www.mujobchod.cz/aaa\.html http://nejakyjinyweb.cz/bbb [R] ale bohužel nic... Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted April 16, 2012 Share Posted April 16, 2012 http://www.jakpsatwe...tml#rewritecond RewriteRule stranka\.html http://www.example.com/jinam.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now