Web 2.0? What is the Web?
Posts: 1,900
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
|
I’m trying to move some of my pages into new categories and redirecting the old ones via cpanel. I entered this into the redirect setup and received this error:
Code:
Apache detected an error in the Rewrite config.
Syntax error on line 14 of /home/public_html/.htaccess.E86RC8slwVDheTlEypzC8LrMW3XvwPQ9:
RewriteBase: only valid in per-directory config files
Then I tried just entering one of my redirects this way into my .htaccess file manually:
Code:
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Redirect 301 www.toptenlisted.com/science/top-10-ideal-future-inventions-and-technologies
www.toptenlisted.com/computers-technology/top-10-ideal-future-inventions-and-technologies
But with this I get a 500 internal server error and my whole site shuts down. I also tried adding the "http://" part too, but no luck. I don’t know what else to try.
(In that example I’m trying to redirect my page “Top 10 Ideal Future Inventions and Technologies” from my science category to my computer-technology category)
|