Pretty URL - New Install 1.11.1

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
RicRock
New Member
New Member
Posts: 3
Joined: Fri Feb 15, 2013 7:55 pm

Pretty URL - New Install 1.11.1

Post by RicRock »

Can't get Pretty URL's to work

Installed in Root Directory

URL:
http://coin2.me

Config.php
$config['url_rewriting'] = 'mod_rewrite';
$config['internal_pretty_urls'] = false;
$config['use_hierarchy'] = true;
$config['page_extension'] = '.html';

.htaccess

RewriteEngine on

RewriteBase /


# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
#

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Pretty URL - New Install 1.11.1

Post by calguy1000 »

a: upgrade to 1.11.4 ... 1.11.1 is no longer supported
b: please post system information. We didn't add that stuff to CMSMS just for laughs and giggles.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
RicRock
New Member
New Member
Posts: 3
Joined: Fri Feb 15, 2013 7:55 pm

Re: Pretty URL - New Install 1.11.1

Post by RicRock »

Sorry... fat fingered... version 1.11.4



----------------------------------------------

Cms Version: 1.11.4

Installed Modules:

CMSMailer: 5.2.1
CMSPrinting: 1.0.3
FileManager: 1.4.3
MenuManager: 1.8.4
MicroTiny: 1.2.5
ModuleManager: 1.5.5
News: 2.12.10
Search: 1.7.7
ThemeManager: 1.1.7


Config Information:

php_memory_limit:
process_whole_template:
output_compression:
max_upload_size: 10000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.3.10-1ubuntu3.4
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 60
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 10M
upload_max_filesize: 10M
session_save_path: /var/lib/php5 (1733)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: apache2handler
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.24
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable


----------------------------------------------
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Pretty URL - New Install 1.11.1

Post by calguy1000 »

Okay.
a: Please ensure that mod_rewrite is enabled

b: Please ensure that your system is reading your .htaccess file
temporarily placing a syntax error in the .htaccess file will probably generate a 500 error or some other type of error. If it does not, then you have a system config problem that is outside of the scope of CMSMS.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
RicRock
New Member
New Member
Posts: 3
Joined: Fri Feb 15, 2013 7:55 pm

Re: Pretty URL - New Install 1.11.1

Post by RicRock »

It was an error in my apache config.

I didn't AllowOverides.

Sorry for the trouble.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Pretty URL - New Install 1.11.1

Post by Dr.CSS »

Post Reply

Return to “CMSMS Core”