Hey UK Site Builder thanks for the help.
Upon inspection i realised i actually still have .htaccess.txt as well as the renamed .htaccess
Would this affect it? which would it read?
Here first is the .txt(old access)
Code: Select all
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.
# 2. In your opencart directory rename htaccess.txt to .htaccess
# For any support issues please visit: http://www.opencart.com
Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log|txt)">
Order deny,allow
Deny from all
</FilesMatch>
# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling, then restore the # as this means your host doesn't allow that.
# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off
# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off
here is the renamed plain htaccess
Code: Select all
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.
# 2. In your opencart directory rename htaccess.txt to .htaccess
# For any support issues please visit: http://www.opencart.com
Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log|txt)">
Order deny,allow
Deny from all
</FilesMatch>
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
# Begin HTML to PHP redirect
RedirectMatch 301 /about.html http://www.theskydiveshop.com.au/about-us?
RedirectMatch 301 /aff.html http://www.theskydiveshop.com.au/skydiving-courses?
RedirectMatch 301 /booking.html http://www.theskydiveshop.com.au?
RedirectMatch 301 /coffs.html http://www.theskydiveshop.com.au/tandem-skydive/australia/coffs-harbour?
RedirectMatch 301 /compare.html http://www.theskydiveshop.com.au/compare?
RedirectMatch 301 /contact.html http://www.theskydiveshop.com.au/index.php?route=information/contact
RedirectMatch 301 /coolum.html http://www.theskydiveshop.com.au/tandem-skydive/australia/sunshine-coast?
RedirectMatch 301 /faq.html http://www.theskydiveshop.com.au/faq?
RedirectMatch 301 /goldcoast.html http://www.theskydiveshop.com.au/tandem-skydive/australia/gold-coast?
RedirectMatch 301 /goskydive.html http://www.theskydiveshop.com.au/tandem-skydive/australia/go-skydive-byron-bay?
RedirectMatch 301 index.html http://www.theskydiveshop.com.au/index.php?route=common/home
RedirectMatch 301 /locations.html http://www.theskydiveshop.com.au/locations?
RedirectMatch 301 /melbourne.html http://www.theskydiveshop.com.au/tandem-skydive/australia/melbourne?
RedirectMatch 301 /moruya.html http://www.theskydiveshop.com.au/tandem-skydive/australia/moruya?
RedirectMatch 301 /muruya.html http://www.theskydiveshop.com.au/tandem-skydive/australia/moruya?
RedirectMatch 301 /nzone.html http://www.theskydiveshop.com.au/tandem-skydive/new-zealand?
RedirectMatch 301 /rainbowbeach.html http://www.theskydiveshop.com.au/tandem-skydive/australia/rainbow-beach?
RedirectMatch 301 /ramblers.html http://www.theskydiveshop.com.au/tandem-skydive/australia/ramblers-toogoolawah?
RedirectMatch 301 /sydney.html http://www.theskydiveshop.com.au/tandem-skydive/australia/sydney?
RedirectMatch 301 /tandem.html http://www.theskydiveshop.com.au/tandem?
RedirectMatch 301 /terms.html http://www.theskydiveshop.com.au/terms?
RedirectMatch 301 /thanks.html http://www.theskydiveshop.com.au?
RedirectMatch 301 /toogoolawah.html http://www.theskydiveshop.com.au/tandem-skydive/australia/ramblers-toogoolawah?
RedirectMatch 301 /townsvilleabout.html http://www.theskydiveshop.com.au/tandem-skydive/australia/townsville?
RedirectMatch 301 /townsvilleaff.html http://www.theskydiveshop.com.au/tandem-skydive/australia/townsville?
RedirectMatch 301 /townsvilletm.html http://www.theskydiveshop.com.au/tandem-skydive/australia/townsville?
RedirectMatch 301 /wanaka.html http://www.theskydiveshop.com.au/tandem-skydive/new-zealand/lake-wanaka?
#End HTML to PHP redirect
# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling, then restore the # as this means your host doesn't allow that.
# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off
# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off
RewriteCond %{HTTP_HOST} ^tonfly.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.tonfly.com.au$
RewriteRule ^/?$ "\/index\.php\?route\=common\/home\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^turbolenza.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.turbolenza.com.au$
RewriteRule ^/?$ "http\:\/\/www\.turbolenza\.com\.au\/index\.php\?route\=common\/home\/\ " [R=301,L]
Weird because it looks like both rewrites are there, and if it was reading from the .txt you would think that neither would work as neither rewrite is there?
Thanks again UK sitebuilder
2Deep