Htaccess sem tudi sam že posumil . Dodal sem le mobilni dodatek za preusmeritve, ostalo je nespremenjeno. Dodano je tole:
Change RewriteBase using the instructions above
RewriteBase /
RewriteRule ^([a-z0-9/-]+)-p-([0-9]+).html$ productinfo.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-c-([0-9]+).html$ index.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-m-([0-9]+).html$ index.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-pi-([0-9]+).html$ popupimage.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-pr-([0-9]+).html$ productreviews.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-pri-([0-9]+).html$ productreviewsinfo.php [NC,L,QSA]
# IOSC mobile site
RewriteRule ^([a-z0-9/-]+)-mp-([0-9]+).html$ mobile/productinfo.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mc-([0-9]+).html$ mobile/catalogmb.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mm-([0-9]+).html$ mobile/catalogmb.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mpi-([0-9]+).html$ mobile/popupimage.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mpr-([0-9]+).html$ mobile/productreviews.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mpri-([0-9]+).html$ mobile/productreviewsinfo.php [NC,L,QSA]
# Articles contribution
RewriteRule ^([a-z0-9/-]+)-t-([0-9]+).html$ articles.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-au-([0-9]+).html$ articles.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-a-([0-9]+).html$ articleinfo.php [NC,L,QSA]
# Information pages
RewriteRule ^([a-z0-9/-]+)-i-([0-9]+).html$ information.php [NC,L,QSA]
# Links contribution
RewriteRule ^([a-z0-9/-]+)-links-([0-9]+).html$ links.php [NC,L,QSA]
# Newsdesk contribution
RewriteRule ^([a-z0-9/-]+)-n-([0-9]+).html$ newsdeskinfo.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-nc-([0-9]+).html$ newsdeskindex.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-nri-([0-9]+).html$ newsdeskreviewsinfo.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-nra-([0-9]+).html$ newsdeskreviewsarticle.php [NC,L,QSA]
# Mobile Articles contribution
RewriteRule ^([a-z0-9/-]+)-mt-([0-9]+).html$ mobile/articles.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mau-([0-9]+).html$ mobile/articles.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-ma-([0-9]+).html$ mobile/articleinfo.php [NC,L,QSA]
# Mobile Information pages
RewriteRule ^([a-z0-9/-]+)-mi-([0-9]+).html$ mobile/information.php [NC,L,QSA]
# Mobile Links contribution
RewriteRule ^([a-z0-9/-]+)-mlinks-([0-9]+).html$ mobile/links.php [NC,L,QSA]
# Mobile Newsdesk contribution
RewriteRule ^([a-z0-9/-]+)-mn-([0-9]+).html$ mobile/newsdeskinfo.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mnc-([0-9]+).html$ mobile/newsdeskindex.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mnri-([0-9]+).html$ mobile/newsdeskreviewsinfo.php [NC,L,QSA]
RewriteRule ^([a-z0-9/-]+)-mnra-([0-9]+).html$ mobile/newsdeskreviews_article.php [NC,L,QSA]
</IfModule>