Jump to content
WebFlake
  • 0

how to do this?


Guest Dimetrix

Question

5 answers to this question

Recommended Posts

  • 0
Guest Dimetrix

know how to fix.? I can not enter the ACP

 

use this code in .htacces

 

<IfModule mod_rewrite.c>Options -MultiViewsRewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$RewriteCond %{REQUEST_FILENAME} !-fRewriteRule . /public/404.php [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule>

 

Edit: Thank you, I worked, I was doing something wrong.

 
already solved
Edited by Dimetrix
Link to comment
Share on other sites

  • 0

[*]Go to the ACP > System Settings > Search Engine Optimization.

[*]Set "Redirect to new friendly URL format" to Yes.

[*]Set "URL Type" to Path Info.

[*]Set "use .htaccess mod_rewrite" to Yes, then open notepad, paste the code below in, save it, rename the file so it's just called .htaccess (no extension) and upload it to your forums root.

 

<IfModule mod_rewrite.c>Options -MultiViewsRewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$RewriteCond %{REQUEST_FILENAME} !-fRewriteRule . /public/404.php [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule>
Link to comment
Share on other sites

  • 0
Guest Dimetrix
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

help please I did all that and now I get so

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...