Why when I click configure within admin does it then go to myadminname/FILENAME_CEON_URI_MAPPING_CONFIG.php
I don't have this file 'FILENAME_CEON_URI_MAPPING_CONFIG.php' and I can't find this file within the module files...
Thanks
Printable View
Why when I click configure within admin does it then go to myadminname/FILENAME_CEON_URI_MAPPING_CONFIG.php
I don't have this file 'FILENAME_CEON_URI_MAPPING_CONFIG.php' and I can't find this file within the module files...
Thanks
Hi,
Yes.. read the section of the docs about rewrite rules and copy and paste an example rewrite rule and modify it as instructed in the documentation.
Told you I needed better docs. :(
All the best...
Conor
ceon
Hi,
Sorry, that looks fine. I don't know what's wrong.
All the best...
Conor
ceon
Hi Conor,
Thanks again for the replies. I think the docs/instructions seem very clear to me. I've installed lots of different modules for my site and for others with little or no problems which is why I'm suprised this isn't working.
I'll check out the htaccess file documentation and let you know :smile:
Thanks
Hi,
You definitely need to add a rewrite rule.
As far as this goes:
That gave me the impression that you hadn't installed a module before. Sorry, I see you're not actually a newbie! ;)Quote:
Why when I click configure within admin does it then go to myadminname/FILENAME_CEON_URI_MAPPING_CONFIG.php
I don't have this file 'FILENAME_CEON_URI_MAPPING_CONFIG.php' and I can't find this file within the module files...
As with any other module, if a define is showing up instead of the correct name, this means that you haven't uploaded the file(s) with the defines.
In this case, the file YOUR-admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php is missing.
I'd guess other files are probably missing as well.
Upload ALL the files again, being careful to upload them to the correct admin folder.
That should fix the mistake you made when uploading originally.. I think you're still seeing problems caused by that.
All the best...
Conor
ceon
Thanks again Conor for your time :bigups:
The file
YOUR-admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php
Is there and I have checked all of the files a few times now but I'll go through it again just incase..
I have added this to the htaccess
replacing adminname with my admin folder name.Code:# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/adminname [NC]
Would this be all I need to add?
I already had this in my htaccess file
I'll go through the whole process again and see what I've missed..Code:Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^ampmgraphics.com [nc]
rewriterule ^(.*)$ http://www.ampmgraphics.com/$1 [r=301,nc]
ErrorDocument 404 /index.php?main_page=page_not_found
DiRectoryindex index.php default.php index.shtml index.html index.htm /index.php
AddHandler server-parsed .shtml
AddHandler server-parsed .html
AddHandler server-parsed .htm
Thanks again...:smile:
Hi,
No problem.
It can't be. Either that or your admin/includes/configure.php file is full of incorrect define values.
[quote=pb4;1041291]I have added this to the htaccess
replacing adminname with my admin folder name.Code:# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/adminname [NC]
Would this be all I need to add?[/quiote]
No! That's only from the section about *modifying the rewrite rule*.. You need to *start* with an example rule first, then apply the above modification. One of the post a few posts back shows the kindof format..
I'll be not be at the computer much for the next 2 days so you may not get a reply from me again until the weekend. (You may but you may not).
Have a nice day.
All the best...
Conor
ceon
:clap: It's sorted...it's gone to the right page...:smile:
I obviously just needed a nights sleep! The file was there but not completelty..I thought I would check the file size and the uploaded file was slightly smaller so it hadn't fully uploaded!
I thought it was strange to not be going when the file showed as being there...like you said...
Many thanks for your patience...and taking the time to help :smile:
Really apprecaited..thank you!
Hi,
Glad to hear that!
I'd probably suggest new FTP software then. FireFTP for Firefox is free and reliable..
Enjoy the new URIs.
All the best...
Conor
ceon