.htaccess

  1. vevioz

    How to redirect 404 page using .htaccess to somewhere?

    Hello, For some reason, I have to redirect the 404 page to a certain link. I am using https://www.aapanel.com Panel with OLS So how do I redirect https://www.vevioz.com/404 to using .htaccess to somewhere? Thank you in advance.
  2. G

    Can't access wp-admin or LightSpeed WebAdmin

    I've just set up LightSpeed AWS AMI for my site that I want to migrate from bitnami AWS. I initially set this up without assigning an elastic IP, but during set up it failed at the SSL cert stage. I re-pointed the elastic IP that was attached to the live instance my site is on (bitnami) to...
  3. L

    wordpress generated .htaccess doesn't work

    I have migrated wordpress website for my client to VPS with Cyberpanel, but I have issue with .htaccess that doesn't work. I checked in multiple configurations but not much worked. Could somebody help me? My .htaccess file content: ``` # BEGIN WP Rocket v3.11.3 # Use UTF-8 encoding for anything...
  4. H

    Another .htaccess RewriteRule question

    Just installed CyberPanel with LiteSpeed server and moved my site from previous host. Speed does seem amazing but .htaccess rules broke. After searching and tweaking I've got some partial success but the following 2 rules are still busted: RewriteRule...
  5. R

    access plus 1 year - does not work

    Hi, gtmetrix tells me to insert this code to speed up the site, but the code doesn't work, help please <IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1...
  6. kycleaners

    Possible .htaccess issue?

    Hello all I am having a bit of trouble. I moved my site from a NGIX server to a LiteSpeed server and now the homepage and wp-admin folder work fine but all my pages and blog posts are giving 404 errors. I have been googling this for the past hour and a half and have finally come here for help...
  7. F

    Refused to execute script from, How to set up .htaccess?

    How to set up .htaccess mysite: https://videozonghe.i1314.gdn/video/?4980.html php: 5.6 mysql: 5.7 VH -> Content URI: / Header Operations: Access-Control-Allow-Origin * Strict-Transport-Security: max-age=15552000 X-Content-Type-Options nosniff X-XSS-Protection 1;mode=block X-Frame-Options...
  8. F

    Some of the rules .htaccess does not work

    Rules for on-the-fly image resizing for Simpla CMS do not work. Here is my code: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^/files/products/(.+) resize/resize.php?file=$1&token=%{QUERY_STRING} #RewriteCond %{THE_REQUEST} ^GET\...
  9. A

    Help rewrite .htaccess under Openlitespeed

    Have a good time! I have this .htaccess with this kind of content: DirectoryIndex index.php index.html ErrorDocument 404 /404.html ErrorDocument 403 /403.html <Files .*> <IfModule !mod_access_compat.c> Require all denied </IfModule> <IfModule mod_access_compat.c>...
  10. learner

    How Can I Redirect Subdomain to Subdomain ?

    Hello, I want to ask. How can i redirect from subdomain to subdomain with same or different domain name ? I tried with standard rewrite rule like Apache, but it is doesn't working. Thank you very much
Top