heyzeus909
Customer
Hello Fillip H.,
Files uploaded, product installed - all went fine. After enabling and going through the settings, I noticed that the URLs on the forum homepage no longer worked:
The contents of my .htaccess file:
^That's your awesome coding there
You helped transfer domains for me using an addon hosting account. Thanks again!
I tried adding the included .htaccess code from the DBSeo instructions, but I didn't have any luck. It basically rendered the entire site useless with either 404 errors or a 500. I'm guessing it's a conflict with the contents of the .htaccess file?
I'm not smart enough to figure it out from here, so any help would be appreciated.
Files uploaded, product installed - all went fine. After enabling and going through the settings, I noticed that the URLs on the forum homepage no longer worked:
Code:
Not Found
The requested URL /forum/food/101305-nutra-bullet-post126987.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.24 (Unix) mod_hive/3.6 mod_ssl/2.2.24 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_fcgid/2.3.6 Server at www.thefreeradicals.net Port 80
The contents of my .htaccess file:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.thefreeradicals\.net
RewriteRule (.*) http://www.thefreeradicals.net/$1 [R=301,L,QSA]
#RewriteCond %{HTTP_HOST} ^eatcleanlifthard\.com$ [OR]
#RewriteCond %{HTTP_HOST} ^www\.eatcleanlifthard\.com$
#RewriteRule ^/?$ "http\:\/\/www\.eatcleanlifthard\.com\/forum\/forum\.php" [R=302,L]
RewriteCond %{HTTP_HOST} ^www\.thefreeradicals\.net$
RewriteRule ^forum\/$ "http\:\/\/www\.thefreeradicals\.net\/forum\/forum\.php" [R=302,L]
^That's your awesome coding there

I tried adding the included .htaccess code from the DBSeo instructions, but I didn't have any luck. It basically rendered the entire site useless with either 404 errors or a 500. I'm guessing it's a conflict with the contents of the .htaccess file?
I'm not smart enough to figure it out from here, so any help would be appreciated.