rewrite_module - UNDEFINED

Hello Alex T⚜️  LeonidS 
Today I made a claim on TMD Hosting because the following appeared on the dashboard after changing to a VPS plan:

image_transcoder.php?o=bx_froala_image&h=3776&dpx=1&t=1593651246

They answered me:

image_transcoder.php?o=bx_froala_image&h=3777&dpx=1&t=1593651269

What should I do? Can this have any negative impact?

Thanks.

  • 724
  • More
Replies (4)
    • hi, Claudio Acosta , by the TMD services infomation, the rewrite module are working on your host. 

      so ,just ignore UNA notice. 

      • Claudio Acosta If your VPS with TMD is running Nginx, then it will say Undefined. If it's running APACHE, then check to make sure these lines exist in your htaccess file.

        RewriteRule ^m/(.*)$ modules/index.php?r=$1 [QSA,L]

        RewriteRule ^page/(.*)$ page.php?i=$1 [QSA,L]

        RewriteRule ^s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+) storage.php?o=$1&f=$2 [QSA,L]

        If you don't see these rules, edit your .htaccess file to include them.

        • Hello Jeremy
          There are the indicated lines:

          image_transcoder.php?o=bx_froala_image&h=3799&dpx=1&t=1594429562

          However, so far there have been no problems.
          Thanks.

          • Should be good as that's what I have in mine also for the rewrite rules and conditions. I have some other things but if it's working, then I wouldn't worry about it.

            Login or Join to comment.