File: /home/zeusxp5/streetlivesportz.com/.htaccess-bak.tar
home/zeusxp5/zenoxpressjobs.com/.htaccess-bak 0000644 00000002616 15122240254 0015325 0 ustar 00 #RewriteEngine On
#RewriteCond %{HTTP_HOST} ^zenoxpressjobs\.com$ [OR]
#RewriteCond %{HTTP_HOST} ^www\.zenoxpressjobs\.com$
#RewriteRule ^internships\.htm$ "http\:\/\/www\.zenoxpressjobs\.com\/internships\.html"
#[R=301,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^zenoxpressjobs.com/internships.htm [NC,OR]
RewriteCond %{HTTP_HOST} ^www.zenoxpressjobs.com/internships.htm [NC]
RewriteRule ^(.*)$ https://www.zenoxpressjobs.com/internships.html [L,R=301,NC]
#This Apache config file was created by Duplicator Installer on 2019-12-09 17:27:11.
#The original can be found in archived file with the name htaccess.orig
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# 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 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit