Jump to content

SEO Url Enabled


Guest surrealz

Recommended Posts

Guest surrealz

When ever I click "Enable SEO URLs" .. every single one of my pages from products to content.. goes to the homepage.. is there a fix for that? I have it turned off at this current moment.

Link to comment
Share on other sites

Guest surrealz

When ever I click "Enable SEO URLs" .. every single one of my pages from products to content.. goes to the homepage.. is there a fix for that? I have it turned off at this current moment.

Did you click to install the .htaccess?

yes i did.

Link to comment
Share on other sites

What's in your .htaccess? Maybe there's a mistake??

Here's mine on a test upgrade site:

## File Security

<FilesMatch ".(htaccess)$">

 Order Allow,Deny

 Deny from all

</FilesMatch>



#### Apache directory listing rules ####

DirectoryIndex index.php index.htm index.html

IndexIgnore *





#### Rewrite rules for SEO functionality ####



<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_URI} !=/favicon.ico

RewriteRule ^(.*).html?$ index.php?seo_path=$1 [L,QSA]

</IfModule>

Link to comment
Share on other sites

Guest surrealz

# BEGIN W3TC Browser Cache

<IfModule mod_deflate.c>

    <IfModule mod_setenvif.c>

        BrowserMatch ^Mozilla/4 gzip-only-text/html

        BrowserMatch ^Mozilla/4\.0[678] no-gzip

        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

        BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

    </IfModule>

    <IfModule mod_headers.c>

        Header append Vary User-Agent env=!dont-vary

    </IfModule>

    AddOutputFilterByType DEFLATE text/css application/x-javascript text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon

</IfModule>

<FilesMatch "\.(css|js)$">

    FileETag None

    <IfModule mod_headers.c>

         Header set X-Powered-By "W3 Total Cache/0.9.1.3"

    </IfModule>

</FilesMatch>

<FilesMatch "\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml)$">

    FileETag None

    <IfModule mod_headers.c>

         Header set X-Powered-By "W3 Total Cache/0.9.1.3"

    </IfModule>

</FilesMatch>

<FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$">

    FileETag None

    <IfModule mod_headers.c>

         Header set X-Powered-By "W3 Total Cache/0.9.1.3"

    </IfModule>

</FilesMatch>

# END W3TC Browser Cache

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteRule ^index\.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>



# END WordPress



<Files 403.shtml>

order allow,deny

allow from all

</Files>



deny from 74.137.179.154

deny from 216.161.123.122

this is mine.. :/

i feel stupid i seen that i had to delete the htaacess thingy from my wordpress crap .. and reinstall it.. my bad... LOL thanks for the help.

Link to comment
Share on other sites

Guest surrealz

yeah lol i was like im clicking this stupid button like a million times... "installed successfully" .. then i looked into it when i pasted it here and im like oh wow lol. whhooops

thanks bro

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...