Jump to content

Install page displays source code instead of menus


Recommended Posts

Hi!

Hope someone can give me some suggestions. When I first got to the install page it displayed an error which i figured out was because of php 5 after reading round the forum. I tried all the different options for editing the .htaccess file, this is what my file contains right now:


AddType x-mapp-php5. Php

RewriteEngine on
RewriteBase /

RewriteRule ^([0-9]+)-([a-zA-Z0-9-]*).html(.)$ product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)-([a-zA-Z0-9-])(.*)$ category.php?id_category=$1$3 [L,E]


Now the page loads and i can see the background colors and pictures but all the menus and button texts are displaying the source code. I'm not sure why and I'd appreciate if anyone has any ideas.

Thanks :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...