y3sm4n
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Super Simple Speed] Random 404 PagesUp… still no answer from my last email :'(
Forum: Plugins
In reply to: [WP Super Simple Speed] Random 404 PagesHi !
Thank you very much for your answer!
If you need my website, maybe i can send it to you by email
Here is the content of my .htaccess (I use WP SUPER CACHE & HMWP)Thank you once again for your help, I truely appreciate it !
Forum: Plugins
In reply to: [WP Super Simple Speed] Random 404 PagesHi!
Thank you very much for your answer!
I can send you the link of my website by email if you need it, Here is my htaccess (I use HMWP & Super Cache):SetEnv PHP_VER 5_5 Options +FollowSymlinks Options -Indexes RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^ https://%1%{REQUEST_URI} [L,R=301] ErrorDocument 301 https://r**********.com/ ErrorDocument 303 https://r**********.com/ ErrorDocument 403 https://r**********.com/ # BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / #If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{HTTPS} on RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz" [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{HTTPS} !on RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz" [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTPS} on RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html" [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTPS} !on RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html" [L] </IfModule> # END WPSuperCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteRule ^index\.php$ - [L] RewriteRule ^ext/d55aeb30/(.*) /wp-content/plugins/akismet/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/455a54be/(.*) /wp-content/plugins/bbp-topic-count/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/b6ca4682/(.*) /wp-content/plugins/bbpress-plugin1/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/eab8f212/(.*) /wp-content/plugins/bbpress/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/132b4390/(.*) /wp-content/plugins/changer-text/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/e6544249/(.*) /wp-content/plugins/contact-form-7/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/9e8d71e3/(.*) /wp-content/plugins/cookie-notice/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/fc77679a/(.*) /wp-content/plugins/css-plus/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/ae200ca9/(.*) /wp-content/plugins/ditty-news-ticker/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/b3b0f988/(.*) /wp-content/plugins/ditty-twitter-ticker/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/6ed1e078/(.*) /wp-content/plugins/duplicate-post/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/906180dc/(.*) /wp-content/plugins/easy-social-share-buttons3/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/0a8725a6/(.*) /wp-content/plugins/ewww-image-optimizer/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/fdf8c979/(.*) /wp-content/plugins/favorites/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/20dba82b/(.*) /wp-content/plugins/gd-bbpress-tools/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/3935640e/(.*) /wp-content/plugins/intuitive-custom-post-order/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/529a7f6b/(.*) /wp-content/plugins/js_composer/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/a619a819/(.*) /wp-content/plugins/logoutredirect/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/79fe3c6a/(.*) /wp-content/plugins/meta-data-filter/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/dddbba0a/(.*) /wp-content/plugins/next-prev/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/6863d7e0/(.*) /wp-content/plugins/oomph-clone-widgets/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/19042921/(.*) /wp-content/plugins/page-links-to/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/3fbd1ab5/(.*) /wp-content/plugins/quickiebar/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/9da479ee/(.*) /wp-content/plugins/recent-posts-by-category-widget/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/13fb7ebe/(.*) /wp-content/plugins/revslider/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/eea0127c/(.*) /wp-content/plugins/shortpixel-image-optimiser/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/758914fb/(.*) /wp-content/plugins/simple-comment-editing/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/d574730d/(.*) /wp-content/plugins/tac/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/8a54f1d6/(.*) /wp-content/plugins/thirstyaffiliates/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/599eeeb0/(.*) /wp-content/plugins/ultimate-widgets/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/0638d0c7/(.*) /wp-content/plugins/use-google-libraries/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/fe2ca2ac/(.*) /wp-content/plugins/username-changer/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/c46faacb/(.*) /wp-content/plugins/userpro-messaging/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/22d98b4f/(.*) /wp-content/plugins/userpro/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/3d6d5fae/(.*) /wp-content/plugins/woosidebars/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/1c27fbe3/(.*) /wp-content/plugins/wordfence/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/9c57de35/(.*) /wp-content/plugins/wordpress-seo/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/306ebc52/(.*) /wp-content/plugins/wp-dbmanager/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/1d92887f/(.*) /wp-content/plugins/wp-optimize/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/d3887922/(.*) /wp-content/plugins/wpi-designer-button-shortcode/$1?yssa_ng=16 [QSA,L] RewriteRule ^other/(.*) /wp-includes/$1?yssa_ng=16 [QSA,L] RewriteRule ^file/(.*) /wp-content/uploads/$1?yssa_ng=16 [QSA,L] RewriteRule ^ext/(.*) /wp-content/plugins/$1?yssa_ng=16 [QSA,L] RewriteRule ^skin/main\.css //index.php?style_wrapper=1&yssa_ng=16 [QSA,L] RewriteRule ^skin/style.css /nothing_404_404?yssa_ng=16 [QSA,L] RewriteRule ^skin/(.*) /wp-content/themes/rehub-things/$1?yssa_ng=16 [QSA,L] RewriteRule ^rehub/(.*) /wp-content/themes/rehub/$1?yssa_ng=16 [QSA,L] RewriteRule ^skin_main/(.*) /wp-content/themes/rehub/$1?yssa_ng=16 [QSA,L] RewriteRule ^ajax /wp-admin/admin-ajax.php?yssa_ng=16 [QSA,L] RewriteRule ^inc/(.*) /wp-content/$1?yssa_ng=16 [QSA,L] RewriteRule ^wp-content/themes/rehub-things/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /nothing_404_404?yssa_ng=16 [QSA,L] RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?yssa_ng=16 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Thank you once again for helping me, I truely appreciate it !
Forum: Plugins
In reply to: [WP Super Simple Speed] Random 404 Pagesup? Some help would be appreciated…
Viewing 4 replies - 1 through 4 (of 4 total)