Jump to content

Recommended Posts

Posted

in mine folder public_html/flask there is not htaccess file.I had created it with writting

<RewriteEngine On
RewriteBase /
RewriteRule ^(media/.*)$ - [L]
RewriteRule ^(admin_media/.*)$ - [L]
RewriteRule ^(flask\.wsgi/.*)$ - [L]
RewriteRule ^(.*)$ flask/flask.wsgi/$1 [QSA,PT,L]

>
But it is not showing in the folder

 

Posted

In Linux files that start with a dot are hidden files, so file manager and ftp might not show them by default. If you want the file to show when you view a directory listing you need to enable the viewing of hidden files.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...