Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
One Page Responsive Theme
#5
Menu link button don't work for me because my .htaccess is not set right i think, when i add the code that is in the readme.txt in my .htaccess i have got a server error on the site :

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.


Here is my actual .htacces :

Code:
#
# GetSimple CMS htaccess ROOT file
# apache 2.4
#

# The following require certain allow overrides, if getting 500 error comment them out one by one
# can be resolved in apache httpd.conf to ensure security alternatives

# override charset
AddDefaultCharset UTF-8

# prevent directory listings
Options -Indexes

# Follow symbolink links, This is required for rewrites on some hosts
Options +FollowSymLinks

# Set the default handler.
DirectoryIndex index.php

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
<IfModule mod_access_compat.c>
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
<IfModule !mod_access_compat.c>
Require all denied
</IfModule>
</IfModule>
</Files>

<Files sitemap.xml>
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>
<IfModule mod_access_compat.c>
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
<IfModule !mod_access_compat.c>
Require all granted
</IfModule>
</IfModule>
</Files>

# handle rewrites for fancy urls
<IfModule mod_rewrite.c>
RewriteEngine on

# Usually RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /site/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
</IfModule>


What should i change ?

And is there something special to set in these settings ( fancy url and permalink )?

[Image: Figure-1_lightbox.png]

Thanks for your help
Reply


Messages In This Thread
One Page Responsive Theme - by frixelsolutions - 2015-08-29, 10:47:02
RE: One Page Responsive Theme - by kazu2015 - 2016-04-09, 00:25:39
RE: One Page Responsive Theme - by Bill - 2016-08-04, 03:30:12
RE: One Page Responsive Theme - by Bill - 2016-08-04, 19:41:53
RE: One Page Responsive Theme - by davetest - 2023-10-03, 21:01:35
RE: One Page Responsive Theme - by islander - 2023-10-03, 22:58:54



Users browsing this thread: 1 Guest(s)