Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello there im here to ask a question. I just made a new server on on iPage.com and im having a problem. My .htaccess code is not working on the server. Here is my code below:
<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteBase / 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
</IfModule> 


For some reason this wont work at all. Im trying to make seo friendly links but my ipage server wont let it work. I keep getting a 500 error. If someone can help that will be great!
Posted
Updated 6-Sep-14 16:50pm
v3
Comments
[no name] 6-Sep-14 22:47pm    
It's "now working on the server" but "For some reason this wont work at all"... how, exactly, can it be "now working" and "not working at all" at the same time? What did the customer service people for your service provider tell you when you told them about your problem and they went and checked the server logs?
that_kiddjames 6-Sep-14 22:50pm    
Thanks i fixed that typo error and they tried to fix it but it still dosent work at all. The code above worked fine on my localhost server but now when i use it on my iPage server it dosent work.
[no name] 7-Sep-14 3:13am    
Okay so you expect us to know what the errors are on a server that we do not have access to?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900