ACC SHELL

Path : /srv/www/vhosts/eqnxold/
File Upload :
Current File : /srv/www/vhosts/eqnxold/.htaccess

	<Files admin>
		ForceType application/x-httpd-php
	</Files>
	<Files adminlogin>
		ForceType application/x-httpd-php
	</Files>
	
# podstrceni
RewriteEngine on
RewriteBase /

# Force www
RewriteCond %{HTTP_HOST} !^old\.eqnx\.co$ [NC]
RewriteRule ^(.*)$ http://old.eqnx.co/$1 [L,R=301]

Redirect 301 /creation_team.html /creation_team.php
Redirect 301 /full_aspect_innovator.html /full_aspect_innovator.php
Redirect 301 /future_competitive_power.html /future_competitive_power.php
Redirect 301 /professional_process_line.html /professional_process_line.php
Redirect 301 /quality_development.html /quality_development.php
Redirect 301 /technology.html /technology.php
Redirect 301 /win  http://winapairofcarbonwheels.launchrock.com

RewriteCond %{QUERY_STRING} ^Storm-x-38$
RewriteRule ^products.php$ storm-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Storm-x-38C$
RewriteRule ^products.php$ storm-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Tornado-x-33$
RewriteRule ^products.php$ tornado-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Tornado-x-50$
RewriteRule ^products.php$ tornado-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Tornado-x-50C$
RewriteRule ^products.php$ tornado-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Flow-x-80F$
RewriteRule ^products.php$ flow-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Flow-x-80R$
RewriteRule ^products.php$ flow-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Marauder-x-30$
RewriteRule ^products.php$ marauder-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Marauder-x-30C$
RewriteRule ^products.php$ marauder-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Marauder-x-28C$
RewriteRule ^products.php$ marauder-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Marauder-x-29$
RewriteRule ^products.php$ marauder-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Marauder-x-29T$
RewriteRule ^products.php$ marauder-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Marauder-x-275T$
RewriteRule ^products.php$ marauder-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Typhoon-x-55$
RewriteRule ^products.php$ typhoon-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Typhoon-x-30C$
RewriteRule ^products.php$ typhoon-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Typhoon-x-40C$
RewriteRule ^products.php$ typhoon-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Cyclon-x-45$
RewriteRule ^products.php$ cyclon-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Cyclon-x-45C$
RewriteRule ^products.php$ cyclon-x? [L,R=301]
RewriteCond %{QUERY_STRING} ^Flow-x-disc$
RewriteRule ^products.php$ flow-x-disc? [L,R=301]
RewriteCond %{QUERY_STRING} ^Tornado-x-38C-disc$
RewriteRule ^products.php$ tornado-x-disc? [L,R=301]
RewriteCond %{QUERY_STRING} ^wheel_bag$
RewriteRule ^products.php$ accessories-wheel-bag? [L,R=301]

# News articles
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule news-([-a-zA-Z0-9]+) news_detail.php?url=$1 [L,QSA]

# Products
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule accessories-([-a-zA-Z0-9]+) products.php?$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule frames-([-a-zA-Z0-9]+) products.php?$1 [L,QSA]

# Product lines
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ([-a-zA-Z0-9]+) category.php?$1 [L,QSA]


ACC SHELL 2018