|
المشاركات 4,527 |
+التقييم 20 |
تاريخ التسجيل Jun 2015 |
الاقامة ام الدنيــ EGYPT ــا |
نظام التشغيل windows 7 |
رقم العضوية 1 |
http://www.example.com/index.php؟threads/thread-title-here.12345/
http://www.example.com/threads/thread-title-here.12345/
# Mod_security can interfere with uploading of content such as attachments. If you # cannot attach files, remove the "#" from the lines below. #<IfModule mod_security.c> # SecFilterEngine Off # SecFilterScanPOST Off #</IfModule> ErrorDocument 401 default ErrorDocument 403 default ErrorDocument 404 default ErrorDocument 405 default ErrorDocument 406 default ErrorDocument 500 default ErrorDocument 501 default ErrorDocument 503 default <IfModule mod_rewrite.c> RewriteEngine On # If you are having problems with the rewrite rules, remove the "#" from the # line that begins "RewriteBase" below. You will also have to change the path # of the rewrite to reflect the path to your XenForo installation. #RewriteBase /xenforo # This line may be needed to enable WebDAV editing with PHP as a CGI. #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L] RewriteRule ^.*$ index.php [NC,L] </IfModule>
RewriteEngine on
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1" stopProcessing="true"> <match url="^.*$" /> <conditions logicalGrouping="MatchAny"> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" /> </conditions> <action type="None" /> </rule> <rule name="Imported Rule 2" stopProcessing="true"> <match url="^(data|js|styles|install)" /> <action type="None" /> </rule> <rule name="Imported Rule 3" stopProcessing="true"> <match url="^.*$" /> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> <httpErrors existingResponse="PassThrough" /> </system.webServer> </configuration>
location /xf/ { try_files $uri $uri/ /xf/index.php?$uri&$args; index index.php index.html; } location /xf/install/data/ { internal; } location /xf/install/templates/ { internal; } location /xf/internal_data/ { internal; } location /xf/library/ { internal; } location ~ \.php$ { try_files $uri =404; fastcgi_pass 127.0.0.1:9000; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params;
url.rewrite = ( "^/(data|install|js|styles)/(.*)$" => "$0", "^/(.*\.php)(.*)$" => "$0", "^/.*(\?.*)" => "/index.php$1", "" => "/index.php" )
http://127.0.0.1/vb/threads/al-myxd-xilbrnt.6/
http://127.0.0.1/vb/threads/al-myxd-xilbrnt.6/
http://127.0.0.1/vb/threads/%D8%A8%D8%B3%D9%85-%D8%A7%D9%84%D9%84% D9%87-%D8%A7%D9%84%D8%B1%D8%AD%D9%85%D9%86-%D8%A7%D9% 84%D8%B1%D8%AD%D9%8A%D9%85-%D8%A7%D9%84%D8%B3%D9%84%D8% A7%D9%85-%D8%B9%D9%84%D9%8A%D9%83%D9%85-%D9%88%D8%B1%D8%AD% D9%85%D8%A9-%D8%A7%D9%84%D9%84%D9%87-%D9%88%D8%A8%D8%B1%D9% 83%D8%A7%D8%AA%D9%87-%D8%A7%D9%86%D8%A7-%D8%B9%D8% B6%D9%88-%D8%AC%D8%AF%D9%8A%D8%AF.8/
http://127.0.0.1/vb/threads/bsm-allx-alrxhmn-alrxhim-alslam-ylikm-urxhm-allx-ubrkatx-ana-ydu-gdid.8/
http://127.0.0.1/vb/threads/8/
اضافة رد
|
|
ماهى فائدة الروابط الصديقة Friendly URLs وطريقة تفعلها شرح كامل لبرمجيات الزين فورو
أدوات الموضوع | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
[XF 2.x Add] : هاك اخفاء الروابط عن الزوار الزين فورو | نسيت النوم | اضافات الزين فورو XENFORO | 6 | 07-09-2024 07:05 PM |
[ vBulletin 5 ] : الروابط الصديقة وطريقة اختصار الروابط في منتديات الجيل الخامس | هيلبرنت | ركن تطـوير منتديات vBulletin | 0 | 12-07-2019 05:24 PM |
[ تعريب] : طريقة تعريب منتدى الزين فورو xenforo وطريقة رفع ملف التعريب الخاص به | abo-karim | اضافات الزين فورو XENFORO | 9 | 06-03-2018 01:47 AM |
مشكلة في الروابط الصديقة الخاصة للزين فورو XenForo لاتعمل | S!L3NT H!LL | ركن مشاكل وطلبات الزين فورو XENFORO | 7 | 01-03-2017 08:54 PM |
محول اشكال الروابط الزين فورو | هيلبرنت | اضافات الزين فورو XENFORO | 0 | 09-14-2016 12:38 PM |