Quote Seolta ag trevis View Post
Text automatically translated from: Portuguese to: Irish
Translated text
Dia duit Michal,

Tá mé ag piocadh suas an chumraíocht. Féidir htaccess leat cabhrú liom?

Tá mé iarracht a chur ar na rialacha roimh an LÍNE vbseo.php, rinne mé a chur ar na rialacha roimh vbseo.php UILE NA RIALACHA, rinne mé a chur i lár, ar deireadh, níl mé ag dul ar an toradh a bhfuil súil.

An féidir leat a thabhairt dom tá sampla den tslí chun é a fháil. VBET an htaccess a bheith ag obair le vBSEO?

[] S,
Rafael Trevisan.
Original text
Ba cheart go mbeadh cuma thíos air mura bhfuil fochomhadlann á úsáid ag d’fhóram i URL. Má tá sé agat a mhodhnú 2 chéad rialacha vBET. Má tá trioblóidí agat - seol do URL fóram iomlán agus tabharfaidh mé rialacha modhnaithe duit cheana féin
Code:
RewriteEngine On

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

###############################################################################
# vBET
# ====
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

###############################################################################
# vBSEO
# ====
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/

RewriteRule ^(.+)$ vbseo.php [L,QSA]