PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : modrewrite



ahuray_mazdaa
07-19-2007, 12:47 PM
با سلام
من از sef advance استفاده میکنم.
الان فایل htaccess من اینجوریه :

Options +FollowSymLinks
RewriteEngine On
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php

# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]

و لینک اینجوری میشه
<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>

چه کار کنم که اینجوری نشه و لینک ها رو بهتر نشون بده مثل خود مامبولرن
ممنون

radmehr
07-19-2007, 01:54 PM
توی کامپوننت میتونید تعیین کنید عناوین لینک ها رو از &quot;نام&quot; بخونه یا از &quot;عنوان&quot;
از هر کدوم که قراره بخونه باید اون رو انگلیسی بنویسید .. مثلا عنوان یک مطلب

ضمنا ما از extension های null شده پشتیبانی نمی کنیم!