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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...