Tuesday, February 11, 2014

موضوع [ مشكله ] : بعد تعديل في .htaccess يظهر لي خطأ , الصفحه غير موجوده امة اقرا


السلام عليكم

قمت بتعديل في ملف htaccess

بعد تعديل في .htaccess يظهر لي خطأ , الصفحه غير موجوده

قمت بإضافه اكواد الكاش التاليه :


رمز Code:


# cache images for 1 month, do not require revalidation
<FilesMatch "\.(gif|jpe?g|png|flv|swf|ico)$">
Header set Cache-Control: "max-age=1296000"






</FilesMatch>
#
# cache scripts, css, and documents for 1 week, do not require revalidation
<FilesMatch "\.(js|css|pdf)$">
Header set Cache-Control: "max-age=604800"
</FilesMatch>
#
# Cache txt, html, and htm pages for 1 week, require revalidation
<FilesMatch "\.(txt|html?)$">
Header set Cache-Control: "max-age=604800, must-revalidate"
</FilesMatch>
#
# disable caching for dynamic files
<FilesMatch "\.(pl|php|[sf]?cgi|spl)$">
Header set Cache-Control: "max-age=0, no-store"
</FilesMatch>



ثم قمت بإزالتها لانه بعد تركيبها في ملف htaccess الموجود في مجلد vb

تظهر لي كل صفحات المواضيع والاقسام بأنها صفحه غير موجوده 1!!

مثال هذا الرابط : http://www.readadmires.com/vb/t33637/

فما الحل لو سمحتم ؟



No comments:

Post a Comment