Re: Simple SEO URL [support thread]
I'm unable to locate the step-by-step instructions for setting up
the Simple SEO URL mod. I've seen references to it but not the
instructions themselves.
Would someone please repost. I'm sure it's in here somewhere
but it's not with the mod.
Thanks...
Re: Simple SEO URL [support thread]
If you are using php 5, it is recommended to use 3.5.1 which is the latest version, otherwise please use 2.9.6, both versions should be downloaded from the link in my sig. The install instruction is at:
http://wiki.rubikintegration.com/zen...u/installation
Re: Simple SEO URL [support thread]
You are missing step 1, please follow this:
http://wiki.rubikintegration.com/zen...u/installation
Quote:
Originally Posted by
CnTGifts
Dont work for me i get
Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/wholscom/public_html/refundersworld.com/admin/ssu.php on line 10
Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wholscom/public_html/refundersworld.com/admin/ssu.php on line 10
when i go to the admin area
Re: Simple SEO URL [support thread]
I wonder what happens today, suddenly we have many people trying to install this module.:D
Re: Simple SEO URL [support thread]
Yes.. Busy is good...
Is this a question for my server guys?
When I upload the .htaccess it is not visable
in FTP or disappears...
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
ScottMorgan
Yes.. Busy is good...
Is this a question for my server guys?
When I upload the .htaccess it is not visable
in FTP or disappears...
This usually has to do with your ftp client, some hide that file by default. You have to check its documentation to see how to make the file visible.
Re: Simple SEO URL [support thread]
Thank you.. Yes.. The .htaccess was hidden from the FTP software.
To show hidden files:
In ws_ftp enter -la in the "file mask" box to show hidden files.
This is accomplished by editing the sites configuration then
reconnecting to the server.
Thanks for the quick response.
Re: Simple SEO URL [support thread]
Getting there.. I'm trying to connect the dots to what I see on the site at:
FIRST CATEGORY
http://www.MYDOMAIN.com/index.php?ma...=index&cPath=1
and what I need to put in the LINK and ALIAS
Here is my .htaccess (Cart installed in root directory)
----
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) http://www.MYDOMAIN.com/index.php?/$1 [E=VAR1:$1,QSA,L]
------
What am I missing?
Re: Simple SEO URL [support thread]
Did you do the last step: enable ssu in admin-configuration-ssu settings
Re: Simple SEO URL [support thread]
Bless you for your quick response. Very helpful..:smile:
Here's what I put for the LINK
/index.php?main_page=index&cPath=1/
And this for the ALIAS
/Cards/
AND the URL translates to:
http://www.MYDOMAIN.com/index.php?/cards-c-1
Shouldn't it drop the index.php?/