Jump to content

Internal Server Error ishop


Recommended Posts

 

Hello I have a problem with ishop, the following message appears: internal server error 500 my htaccess

 

php_flag display_errors on

ErrorDocument 404 http://localhost:8080/ishop_dev/404/
RewriteEngine on

RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !\.(?:css|png|jpe?g|gif)$ [NC,OR]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z0-9_-]+)\/$ ?p=$1 [QSA] 
RewriteRule ^categorie\/([a-zA-Z0-9_-]+)\/$ ?cat=$1 [QSA]
RewriteRule ^ajax\/([a-zA-Z0-9_-]+)\/([a-zA-Z0-9_-]+)\/$ ishop_ajax.php?type=$1&id=$2 [QSA]

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.