htaccess lost!!, please help

Permalink
could write the code in the htaccess file, because I delete my hosting, thankyou for help

 
Remo replied on at Permalink Reply
Remo
Not sure what you're looking for, the original .htaccess content?

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --