Guest Dimetrix Posted March 3, 2013 Share Posted March 3, 2013 (edited) Hello, I would like to know how to do this http://whaoo.net/forum and so does not leave http://whaoo.net/index.php?/index Edited March 3, 2013 by Dimetrix Link to comment Share on other sites More sharing options...
0 Guest Dimetrix Posted March 3, 2013 Share Posted March 3, 2013 (edited) 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 March 4, 2013 by Dimetrix Link to comment Share on other sites More sharing options...
0 GWAVE Posted March 3, 2013 Share Posted March 3, 2013 [*]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 More sharing options...
0 Guest Dimetrix Posted March 3, 2013 Share Posted March 3, 2013 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 More sharing options...
0 GWAVE Posted March 4, 2013 Share Posted March 4, 2013 Glad you sorted it and done it correct in the end Don't forget to like the post and set it as best answer Link to comment Share on other sites More sharing options...
0 Evarni Posted March 6, 2013 Share Posted March 6, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Guest Dimetrix
Hello, I would like to know how to do this
http://whaoo.net/forum
and so does not leave
http://whaoo.net/index.php?/index
Edited by DimetrixLink to comment
Share on other sites
5 answers to this question
Recommended Posts