D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
u193541357
/
domains
/
senitap.com
/
public_html
/
Filename :
(1).htaccess
back
Copy
<IfModule mod_rewrite.c> RewriteEngine On # If the request is not already going to /public RewriteCond %{REQUEST_URI} !^/public/ # Rewrite everything to /public RewriteRule ^(.*)$ public/$1 [L,QSA] </IfModule>