ProReview Theme illegal String Issue [Resolved]

topseolab

Registered Member
Joined
Apr 28, 2011
Messages
70
Reaction score
3
Hey Guys,

I have seen lots of people messing up with their ProReview Theme for its illegal string error with shortcodes. I am using that theme too and got its permanent solution. You just need to add the following code into your htaccess file


# Use PHP53 as default
AddHandler application/x-httpd-php53 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php53/lib
</IfModule>


Hope that you will end up with this issue :)

Thank You

Faheem
 
Guys you should have sent a Thanks to my post :P
 
sigh.... when I try to add that code to .htaccess file i got 403 forbidden error when accesing my website again..

what is the problem?
 
Back
Top